Skip to content

Expand documentation for FpCategory. #88523

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Oct 6, 2021
Merged

Conversation

kpreid
Copy link
Contributor

@kpreid kpreid commented Aug 31, 2021

I intend these changes to be helpful to readers who are not yet familiar with the quirks of floating-point numbers. Additionally, I felt it was misleading to describe Nan as being the result of division by zero, since most divisions by zero (except for 0/0) produce Infinite floats, so I moved that remark to the Infinite variant with adjustment.

The first sentence of the Nan documentation is copied from f32; I followed the example of the f64 documentation by referring to f32 for general concepts, rather than duplicating the text.


I considered making similar changes to the documentation of the is_* methods of floats, but decided that that was a much larger and trickier problem; here, each of the variants' descriptions can be expected to be read in context of being mutually exclusive with the others.

I intend these changes to be helpful to readers who are not yet familiar
with the quirks of floating-point numbers. Additionally, I felt it was
misleading to describe `Nan` as being the result of division by zero,
since most divisions by zero (except for 0/0) produce `Infinite` floats,
so I moved that remark to the `Infinite` variant with adjustment.

The first sentence of the `Nan` documentation is copied from `f32`;
I followed the example of the `f64` documentation by referring to `f32`
for general concepts, rather than duplicating the text.
@rust-highfive
Copy link
Contributor

r? @yaahc

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 31, 2021
@the8472 the8472 added the T-libs Relevant to the library team, which will review and decide on the PR/issue. label Sep 8, 2021
@JohnCSimon JohnCSimon added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 27, 2021
@yaahc
Copy link
Member

yaahc commented Oct 5, 2021

Thank you for the improvements!

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Oct 5, 2021

📌 Commit 18df8d6 has been approved by yaahc

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 5, 2021
Manishearth added a commit to Manishearth/rust that referenced this pull request Oct 6, 2021
Expand documentation for `FpCategory`.

I intend these changes to be helpful to readers who are not yet familiar with the quirks of floating-point numbers. Additionally, I felt it was misleading to describe `Nan` as being the result of division by zero, since most divisions by zero (except for 0/0) produce `Infinite` floats, so I moved that remark to the `Infinite` variant with adjustment.

The first sentence of the `Nan` documentation is copied from `f32`; I followed the example of the `f64` documentation by referring to `f32` for general concepts, rather than duplicating the text.

----

I considered making similar changes to the documentation of the `is_*` methods of floats, but decided that that was a much larger and trickier problem; here, each of the variants' descriptions can be expected to be read in context of being mutually exclusive with the others.
@bors
Copy link
Collaborator

bors commented Oct 6, 2021

⌛ Testing commit 18df8d6 with merge c2ef83a6591412fe6b1e3fe42c96e5700354f5ba...

@bors
Copy link
Collaborator

bors commented Oct 6, 2021

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Oct 6, 2021
@Mark-Simulacrum
Copy link
Member

@bors retry #89593

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 6, 2021
@rust-log-analyzer
Copy link
Collaborator

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
+ set +x
Wed Oct 6 11:29:40 UTC 2021 - building ...
Wed Oct 6 11:30:10 UTC 2021 - building ...
Wed Oct 6 11:30:40 UTC 2021 - building ...
ERROR: An error was encountered with the build.
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20211006.112911
[INFO ]  Building environment variables
[WARN ]  Directory '/home/rustbuild/src' does not exist.
[WARN ]  Will not save downloaded tarballs to local storage.
[EXTRA]  Preparing working directories
[EXTRA]  Installing user-supplied crosstool-NG configuration
[EXTRA]  =================================================================
[EXTRA]  Dumping internal crosstool-NG configuration
[EXTRA]    Building a toolchain for:
[EXTRA]      build  = x86_64-pc-linux-gnu
[EXTRA]      host   = x86_64-pc-linux-gnu
[EXTRA]      target = riscv64-unknown-linux-gnu
[EXTRA]  Dumping internal crosstool-NG configuration: done in 0.06s (at 00:02)
[INFO ]  =================================================================
[INFO ]  Retrieving needed toolchain components' tarballs
[EXTRA]    Retrieving 'linux-4.20.8'
[ALL  ]    --2021-10-06 11:29:12--  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving www.kernel.org (www.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:29:12--  https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:29:12--  https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.69.165, 2604:1380:1000:8100::1
[ALL  ]    Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.69.165|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 104281104 (99M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................  0% 4.04M 25s
[ALL  ]       384K ................ ................ ................  0% 15.8M 15s
[ALL  ]       768K ................ ................ ................  1%  166M 10s
[ALL  ]      1152K ................ ................ ................  1% 18.0M 9s
[ALL  ]      1536K ................ ................ ................  1%  142M 7s
[ALL  ]      1920K ................ ................ ................  2%  179M 6s
[ALL  ]      2304K ................ ................ ................  2%  160M 5s
[ALL  ]      2688K ................ ................ ................  3% 21.8M 5s
[ALL  ]      3072K ................ ................ ................  3%  188M 5s
[ALL  ]      3456K ................ ................ ................  3%  214M 4s
[ALL  ]      3840K ................ ................ ................  4%  195M 4s
[ALL  ]      4224K ................ ................ ................  4%  181M 4s
[ALL  ]      4608K ................ ................ ................  4%  232M 3s
[ALL  ]      4992K ................ ................ ................  5%  205M 3s
[ALL  ]      5376K ................ ................ ................  5% 34.1M 3s
[ALL  ]      5760K ................ ................ ................  6%  204M 3s
[ALL  ]      6144K ................ ................ ................  6%  199M 3s
[ALL  ]      6528K ................ ................ ................  6%  167M 3s
[ALL  ]      6912K ................ ................ ................  7%  222M 3s
[ALL  ]      7296K ................ ................ ................  7%  180M 2s
[ALL  ]      7680K ................ ................ ................  7%  207M 2s
[ALL  ]      8064K ................ ................ ................  8% 35.2M 2s
[ALL  ]      8448K ................ ................ ................  8%  197M 2s
[ALL  ]      8832K ................ ................ ................  9%  167M 2s
[ALL  ]      9216K ................ ................ ................  9%  220M 2s
[ALL  ]      9600K ................ ................ ................  9%  208M 2s
[ALL  ]      9984K ................ ................ ................ 10%  164M 2s
[ALL  ]     10368K ................ ................ ................ 10%  215M 2s
[ALL  ]     10752K ................ ................ ................ 10%  228M 2s
[ALL  ]     11136K ................ ................ ................ 11% 34.4M 2s
[ALL  ]     11520K ................ ................ ................ 11%  194M 2s
[ALL  ]     11904K ................ ................ ................ 12%  217M 2s
[ALL  ]     12288K ................ ................ ................ 12%  247M 2s
[ALL  ]     12672K ................ ................ ................ 12%  201M 2s
[ALL  ]     13056K ................ ................ ................ 13%  137M 2s
[ALL  ]     13440K ................ ................ ................ 13%  222M 2s
[ALL  ]     13824K ................ ................ ................ 13%  206M 2s
[ALL  ]     14208K ................ ................ ................ 14% 35.9M 2s
[ALL  ]     14592K ................ ................ ................ 14%  121M 2s
[ALL  ]     14976K ................ ................ ................ 15%  238M 1s
[ALL  ]     15360K ................ ................ ................ 15%  218M 1s
[ALL  ]     15744K ................ ................ ................ 15%  235M 1s
[ALL  ]     16128K ................ ................ ................ 16%  202M 1s
[ALL  ]     16512K ................ ................ ................ 16%  146M 1s
[ALL  ]     16896K ................ ................ ................ 16%  251M 1s
[ALL  ]     17280K ................ ................ ................ 17% 32.6M 1s
[ALL  ]     17664K ................ ................ ................ 17%  160M 1s
[ALL  ]     18048K ................ ................ ................ 18%  205M 1s
[ALL  ]     18432K ................ ................ ................ 18%  214M 1s
[ALL  ]     18816K ................ ................ ................ 18%  246M 1s
[ALL  ]     19200K ................ ................ ................ 19%  242M 1s
[ALL  ]     19584K ................ ................ ................ 19%  200M 1s
[ALL  ]     19968K ................ ................ ................ 19% 42.8M 1s
[ALL  ]     20352K ................ ................ ................ 20% 99.2M 1s
[ALL  ]     20736K ................ ................ ................ 20%  135M 1s
[ALL  ]     21120K ................ ................ ................ 21%  206M 1s
[ALL  ]     21504K ................ ................ ................ 21%  165M 1s
[ALL  ]     21888K ................ ................ ................ 21%  248M 1s
[ALL  ]     22272K ................ ................ ................ 22%  221M 1s
[ALL  ]     22656K ................ ................ ................ 22%  235M 1s
[ALL  ]     23040K ................ ................ ................ 23% 44.0M 1s
[ALL  ]     23424K ................ ................ ................ 23% 99.3M 1s
[ALL  ]     23808K ................ ................ ................ 23%  189M 1s
[ALL  ]     24192K ................ ................ ................ 24%  135M 1s
[ALL  ]     24576K ................ ................ ................ 24%  186M 1s
[ALL  ]     24960K ................ ................ ................ 24%  175M 1s
[ALL  ]     25344K ................ ................ ................ 25%  228M 1s
[ALL  ]     25728K ................ ................ ................ 25% 47.0M 1s
[ALL  ]     26112K ................ ................ ................ 26%  144M 1s
[ALL  ]     26496K ................ ................ ................ 26%  131M 1s
[ALL  ]     26880K ................ ................ ................ 26%  193M 1s
[ALL  ]     27264K ................ ................ ................ 27%  109M 1s
[ALL  ]     27648K ................ ................ ................ 27%  237M 1s
[ALL  ]     28032K ................ ................ ................ 27%  232M 1s
[ALL  ]     28416K ................ ................ ................ 28% 46.7M 1s
[ALL  ]     28800K ................ ................ ................ 28%  174M 1s
[ALL  ]     29184K ................ ................ ................ 29%  141M 1s
[ALL  ]     29568K ................ ................ ................ 29%  161M 1s
[ALL  ]     29952K ................ ................ ................ 29%  141M 1s
[ALL  ]     30336K ................ ................ ................ 30%  142M 1s
[ALL  ]     30720K ................ ................ ................ 30%  161M 1s
[ALL  ]     31104K ................ ................ ................ 30%  231M 1s
[ALL  ]     31488K ................ ................ ................ 31% 49.7M 1s
[ALL  ]     31872K ................ ................ ................ 31%  184M 1s
[ALL  ]     32256K ................ ................ ................ 32%  143M 1s
[ALL  ]     32640K ................ ................ ................ 32%  176M 1s
[ALL  ]     33024K ................ ................ ................ 32%  124M 1s
[ALL  ]     33408K ................ ................ ................ 33%  159M 1s
[ALL  ]     33792K ................ ................ ................ 33%  152M 1s
[ALL  ]     34176K ................ ................ ................ 33%  196M 1s
[ALL  ]     34560K ................ ................ ................ 34% 50.0M 1s
[ALL  ]     34944K ................ ................ ................ 34%  190M 1s
[ALL  ]     35328K ................ ................ ................ 35%  116M 1s
[ALL  ]     35712K ................ ................ ................ 35%  231M 1s
[ALL  ]     36096K ................ ................ ................ 35%  169M 1s
[ALL  ]     36480K ................ ................ ................ 36%  130M 1s
[ALL  ]     36864K ................ ................ ................ 36%  160M 1s
[ALL  ]     37248K ................ ................ ................ 36%  172M 1s
[ALL  ]     37632K ................ ................ ................ 37% 49.4M 1s
[ALL  ]     38016K ................ ................ ................ 37%  144M 1s
[ALL  ]     38400K ................ ................ ................ 38%  156M 1s
[ALL  ]     38784K ................ ................ ................ 38%  146M 1s
[ALL  ]     39168K ................ ................ ................ 38%  237M 1s
[ALL  ]     39552K ................ ................ ................ 39%  132M 1s
[ALL  ]     39936K ................ ................ ................ 39%  185M 1s
[ALL  ]     40320K ................ ................ ................ 39% 52.3M 1s
[ALL  ]     40704K ................ ................ ................ 40%  154M 1s
[ALL  ]     41088K ................ ................ ................ 40%  111M 1s
[ALL  ]     41472K ................ ................ ................ 41%  219M 1s
[ALL  ]     41856K ................ ................ ................ 41%  146M 1s
[ALL  ]     42240K ................ ................ ................ 41%  182M 1s
[ALL  ]     42624K ................ ................ ................ 42%  137M 1s
[ALL  ]     43008K ................ ................ ................ 42%  170M 1s
[ALL  ]     43392K ................ ................ ................ 42% 59.8M 1s
[ALL  ]     43776K ................ ................ ................ 43%  104M 1s
[ALL  ]     44160K ................ ................ ................ 43%  139M 1s
[ALL  ]     44544K ................ ................ ................ 44%  179M 1s
[ALL  ]     44928K ................ ................ ................ 44%  190M 1s
[ALL  ]     45312K ................ ................ ................ 44%  138M 1s
[ALL  ]     45696K ................ ................ ................ 45%  172M 1s
[ALL  ]     46080K ................ ................ ................ 45% 55.9M 1s
[ALL  ]     46464K ................ ................ ................ 46%  179M 1s
[ALL  ]     46848K ................ ................ ................ 46%  107M 1s
[ALL  ]     47232K ................ ................ ................ 46%  137M 1s
[ALL  ]     47616K ................ ................ ................ 47%  232M 1s
[ALL  ]     48000K ................ ................ ................ 47%  147M 1s
[ALL  ]     48384K ................ ................ ................ 47%  153M 1s
[ALL  ]     48768K ................ ................ ................ 48%  182M 1s
[ALL  ]     49152K ................ ................ ................ 48% 57.6M 1s
[ALL  ]     49536K ................ ................ ................ 49%  153M 1s
[ALL  ]     49920K ................ ................ ................ 49%  117M 1s
[ALL  ]     50304K ................ ................ ................ 49%  131M 1s
[ALL  ]     50688K ................ ................ ................ 50%  235M 1s
[ALL  ]     51072K ................ ................ ................ 50%  143M 1s
[ALL  ]     51456K ................ ................ ................ 50%  180M 1s
[ALL  ]     51840K ................ ................ ................ 51%  150M 1s
[ALL  ]     52224K ................ ................ ................ 51% 59.2M 1s
[ALL  ]     52608K ................ ................ ................ 52%  178M 1s
[ALL  ]     52992K ................ ................ ................ 52%  105M 1s
[ALL  ]     53376K ................ ................ ................ 52%  146M 1s
[ALL  ]     53760K ................ ................ ................ 53%  147M 0s
[ALL  ]     54144K ................ ................ ................ 53%  231M 0s
[ALL  ]     54528K ................ ................ ................ 53%  138M 0s
[ALL  ]     54912K ................ ................ ................ 54% 60.6M 0s
[ALL  ]     55296K ................ ................ ................ 54%  113M 0s
[ALL  ]     55680K ................ ................ ................ 55%  119M 0s
[ALL  ]     56064K ................ ................ ................ 55%  238M 0s
[ALL  ]     56448K ................ ................ ................ 55%  168M 0s
[ALL  ]     56832K ................ ................ ................ 56%  118M 0s
[ALL  ]     57216K ................ ................ ................ 56%  212M 0s
[ALL  ]     57600K ................ ................ ................ 56%  184M 0s
[ALL  ]     57984K ................ ................ ................ 57% 57.1M 0s
[ALL  ]     58368K ................ ................ ................ 57%  118M 0s
[ALL  ]     58752K ................ ................ ................ 58%  110M 0s
[ALL  ]     59136K ................ ................ ................ 58%  170M 0s
[ALL  ]     59520K ................ ................ ................ 58%  193M 0s
[ALL  ]     59904K ................ ................ ................ 59%  180M 0s
[ALL  ]     60288K ................ ................ ................ 59%  180M 0s
[ALL  ]     60672K ................ ................ ................ 59%  146M 0s
[ALL  ]     61056K ................ ................ ................ 60% 54.8M 0s
[ALL  ]     61440K ................ ................ ................ 60% 99.6M 0s
[ALL  ]     61824K ................ ................ ................ 61%  202M 0s
[ALL  ]     62208K ................ ................ ................ 61%  150M 0s
[ALL  ]     62592K ................ ................ ................ 61%  128M 0s
[ALL  ]     62976K ................ ................ ................ 62%  223M 0s
[ALL  ]     63360K ................ ................ ................ 62%  203M 0s
[ALL  ]     63744K ................ ................ ................ 62%  121M 0s
[ALL  ]     64128K ................ ................ ................ 63% 68.1M 0s
[ALL  ]     64512K ................ ................ ................ 63% 79.7M 0s
[ALL  ]     64896K ................ ................ ................ 64%  219M 0s
[ALL  ]     65280K ................ ................ ................ 64%  172M 0s
[ALL  ]     65664K ................ ................ ................ 64%  122M 0s
[ALL  ]     66048K ................ ................ ................ 65%  112M 0s
[ALL  ]     66432K ................ ................ ................ 65%  215M 0s
[ALL  ]     66816K ................ ................ ................ 65% 92.3M 0s
[ALL  ]     67200K ................ ................ ................ 66%  110M 0s
[ALL  ]     67584K ................ ................ ................ 66% 81.3M 0s
[ALL  ]     67968K ................ ................ ................ 67%  219M 0s
[ALL  ]     68352K ................ ................ ................ 67%  129M 0s
[ALL  ]     68736K ................ ................ ................ 67% 87.1M 0s
[ALL  ]     69120K ................ ................ ................ 68%  173M 0s
[ALL  ]     69504K ................ ................ ................ 68%  230M 0s
[ALL  ]     69888K ................ ................ ................ 69% 90.9M 0s
[ALL  ]     70272K ................ ................ ................ 69% 95.6M 0s
[ALL  ]     70656K ................ ................ ................ 69%  116M 0s
[ALL  ]     71040K ................ ................ ................ 70%  195M 0s
[ALL  ]     71424K ................ ................ ................ 70%  191M 0s
[ALL  ]     71808K ................ ................ ................ 70% 87.5M 0s
[ALL  ]     72192K ................ ................ ................ 71%  139M 0s
[ALL  ]     72576K ................ ................ ................ 71% 74.7M 0s
[ALL  ]     72960K ................ ................ ................ 72%  237M 0s
[ALL  ]     73344K ................ ................ ................ 72%  109M 0s
[ALL  ]     73728K ................ ................ ................ 72%  137M 0s
[ALL  ]     74112K ................ ................ ................ 73%  172M 0s
[ALL  ]     74496K ................ ................ ................ 73%  249M 0s
[ALL  ]     74880K ................ ................ ................ 73% 77.2M 0s
[ALL  ]     75264K ................ ................ ................ 74%  121M 0s
[ALL  ]     75648K ................ ................ ................ 74% 85.2M 0s
[ALL  ]     76032K ................ ................ ................ 75%  176M 0s
[ALL  ]     76416K ................ ................ ................ 75%  131M 0s
[ALL  ]     76800K ................ ................ ................ 75%  148M 0s
[ALL  ]     77184K ................ ................ ................ 76%  151M 0s
[ALL  ]     77568K ................ ................ ................ 76%  117M 0s
[ALL  ]     77952K ................ ................ ................ 76% 83.1M 0s
[ALL  ]     78336K ................ ................ ................ 77% 63.8M 0s
[ALL  ]     78720K ................ ................ ................ 77%  199M 0s
[ALL  ]     79104K ................ ................ ................ 78%  220M 0s
[ALL  ]     79488K ................ ................ ................ 78%  206M 0s
[ALL  ]     79872K ................ ................ ................ 78%  171M 0s
[ALL  ]     80256K ................ ................ ................ 79%  131M 0s
[ALL  ]     80640K ................ ................ ................ 79%  122M 0s
[ALL  ]     81024K ................ ................ ................ 79% 87.8M 0s
[ALL  ]     81408K ................ ................ ................ 80% 61.6M 0s
[ALL  ]     81792K ................ ................ ................ 80%  171M 0s
[ALL  ]     82176K ................ ................ ................ 81%  177M 0s
[ALL  ]     82560K ................ ................ ................ 81%  201M 0s
[ALL  ]     82944K ................ ................ ................ 81%  175M 0s
[ALL  ]     83328K ................ ................ ................ 82%  145M 0s
[ALL  ]     83712K ................ ................ ................ 82% 94.2M 0s
[ALL  ]     84096K ................ ................ ................ 82% 51.5M 0s
[ALL  ]     84480K ................ ................ ................ 83%  206M 0s
[ALL  ]     84864K ................ ................ ................ 83%  185M 0s
[ALL  ]     85248K ................ ................ ................ 84%  172M 0s
[ALL  ]     85632K ................ ................ ................ 84%  214M 0s
[ALL  ]     86016K ................ ................ ................ 84%  111M 0s
[ALL  ]     86400K ................ ................ ................ 85%  220M 0s
[ALL  ]     86784K ................ ................ ................ 85% 98.0M 0s
[ALL  ]     87168K ................ ................ ................ 85% 53.3M 0s
[ALL  ]     87552K ................ ................ ................ 86%  149M 0s
[ALL  ]     87936K ................ ................ ................ 86%  238M 0s
[ALL  ]     88320K ................ ................ ................ 87%  183M 0s
[ALL  ]     88704K ................ ................ ................ 87%  163M 0s
[ALL  ]     89088K ................ ................ ................ 87%  164M 0s
[ALL  ]     89472K ................ ................ ................ 88%  132M 0s
[ALL  ]     89856K ................ ................ ................ 88%  107M 0s
[ALL  ]     90240K ................ ................ ................ 88% 55.2M 0s
[ALL  ]     90624K ................ ................ ................ 89%  181M 0s
[ALL  ]     91008K ................ ................ ................ 89% 89.7M 0s
[ALL  ]     91392K ................ ................ ................ 90%  214M 0s
[ALL  ]     91776K ................ ................ ................ 90%  220M 0s
[ALL  ]     92160K ................ ................ ................ 90%  223M 0s
[ALL  ]     92544K ................ ................ ................ 91%  141M 0s
[ALL  ]     92928K ................ ................ ................ 91% 48.5M 0s
[ALL  ]     93312K ................ ................ ................ 92%  145M 0s
[ALL  ]     93696K ................ ................ ................ 92%  240M 0s
[ALL  ]     94080K ................ ................ ................ 92% 88.4M 0s
[ALL  ]     94464K ................ ................ ................ 93%  222M 0s
[ALL  ]     94848K ................ ................ ................ 93%  231M 0s
[ALL  ]     95232K ................ ................ ................ 93%  206M 0s
[ALL  ]     95616K ................ ................ ................ 94%  165M 0s
[ALL  ]     96000K ................ ................ ................ 94% 46.1M 0s
[ALL  ]     96384K ................ ................ ................ 95%  157M 0s
[ALL  ]     96768K ................ ................ ................ 95%  234M 0s
[ALL  ]     97152K ................ ................ ................ 95% 83.0M 0s
[ALL  ]     97536K ................ ................ ................ 96%  198M 0s
[ALL  ]     97920K ................ ................ ................ 96%  230M 0s
[ALL  ]     98304K ................ ................ ................ 96%  237M 0s
[ALL  ]     98688K ................ ................ ................ 97%  143M 0s
[ALL  ]     99072K ................ ................ ................ 97% 49.7M 0s
[ALL  ]     99456K ................ ................ ................ 98%  211M 0s
[ALL  ]     99840K ................ ................ ................ 98% 74.7M 0s
[ALL  ]    100224K ................ ................ ................ 98%  225M 0s
[ALL  ]    100608K ................ ................ ................ 99%  160M 0s
[ALL  ]    100992K ................ ................ ................ 99%  200M 0s
[ALL  ]    101376K ................ ................ ................ 99%  161M 0s
[ALL  ]    101760K .........                                         100%  242M=0.9s
[ALL  ]    
[ALL  ]    2021-10-06 11:29:13 (105 MB/s) - '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl' saved [104281104/104281104]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'linux-4.20.8.tar.xz'
[EXTRA]    Retrieving 'zlib-1.2.11'
[ALL  ]    --2021-10-06 11:29:13--  https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
[ALL  ]    Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 302 Found
[ALL  ]    Location: https://managedway.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz [following]
[ALL  ]    --2021-10-06 11:29:14--  https://managedway.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)... 208.79.213.6
[ALL  ]    Connecting to managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)|208.79.213.6|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 467960 (457K) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 84% 1.40M 0s
[ALL  ]       384K .........                                         100%  139M=0.3s
[ALL  ]    
[ALL  ]    2021-10-06 11:29:14 (1.66 MB/s) - '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl' saved [467960/467960]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'zlib-1.2.11.tar.xz'
[EXTRA]    Retrieving 'gmp-6.1.2'
[ALL  ]    --2021-10-06 11:29:14--  https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
[ALL  ]    Resolving gmplib.org (gmplib.org)... 130.242.124.102
[ALL  ]    Connecting to gmplib.org (gmplib.org)|130.242.124.102|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1946336 (1.9M) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 20%  273K 6s
[ALL  ]       384K ................ ................ ................ 40% 1.07M 3s
[ALL  ]       768K ................ ................ ................ 60% 2.10M 1s
[ALL  ]      1152K ................ ................ ................ 80% 2.13M 1s
[ALL  ]      1536K ................ ................ .............   100% 2.04M=2.3s
[ALL  ]    
[ALL  ]    2021-10-06 11:29:18 (830 KB/s) - '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl' saved [1946336/1946336]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'gmp-6.1.2.tar.xz'
[EXTRA]    Retrieving 'mpfr-4.0.2'
[ALL  ]    --2021-10-06 11:29:18--  http://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.155
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz [following]
[ALL  ]    --2021-10-06 11:29:19--  https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1441996 (1.4M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 27%  499K 2s
[ALL  ]       384K ................ ................ ................ 54% 2.44M 1s
[ALL  ]       768K ................ ................ ................ 81%  117M 0s
[ALL  ]      1152K ................ ................                 100%  105M=0.9s
[ALL  ]    
[ALL  ]    2021-10-06 11:29:20 (1.48 MB/s) - '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl' saved [1441996/1441996]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'mpfr-4.0.2.tar.xz'
[EXTRA]    Retrieving 'isl-0.20'
[ALL  ]    --2021-10-06 11:29:20--  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:29:31--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:29:43--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:29:53--  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:30:05--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:30:17--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:30:27--  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:30:38--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:30:50--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ERROR]    isl: download failed
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_Abort[scripts/functions@487]
[ERROR]  >>        called from: CT_DoFetch[scripts/functions@2103]
[ERROR]  >>        called from: CT_PackageRun[scripts/functions@2063]
[ERROR]  >>        called from: CT_Fetch[scripts/functions@2174]
[ERROR]  >>        called from: do_isl_get[scripts/build/companion_libs/121-isl.sh@16]
[ERROR]  >>        called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@648]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR]  >> Before submitting a bug report, try to reproduce it without enabling
[ERROR]  >> any experimental features. Otherwise, you'll need to debug it
[ERROR]  >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR]  >> preferably, a fix.
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]  
[ERROR]  (elapsed: 1:49.47)
/usr/local/bin/ct-ng:261: recipe for target 'build' failed
make: *** [build] Error 1
The command '/bin/sh -c ./build-toolchains.sh' returned a non-zero code: 1
Sending build context to Docker daemon  502.3kB

Step 1/21 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
---
+ set +x
Wed Oct 6 11:31:32 UTC 2021 - building ...
Wed Oct 6 11:32:02 UTC 2021 - building ...
Wed Oct 6 11:32:32 UTC 2021 - building ...
ERROR: An error was encountered with the build.
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20211006.113103
[INFO ]  Building environment variables
[WARN ]  Directory '/home/rustbuild/src' does not exist.
[WARN ]  Will not save downloaded tarballs to local storage.
[EXTRA]  Preparing working directories
[EXTRA]  Installing user-supplied crosstool-NG configuration
[EXTRA]  =================================================================
[EXTRA]  Dumping internal crosstool-NG configuration
[EXTRA]    Building a toolchain for:
[EXTRA]      build  = x86_64-pc-linux-gnu
[EXTRA]      host   = x86_64-pc-linux-gnu
[EXTRA]      target = riscv64-unknown-linux-gnu
[EXTRA]  Dumping internal crosstool-NG configuration: done in 0.07s (at 00:02)
[INFO ]  =================================================================
[INFO ]  Retrieving needed toolchain components' tarballs
[EXTRA]    Retrieving 'linux-4.20.8'
[ALL  ]    --2021-10-06 11:31:04--  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving www.kernel.org (www.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:31:04--  https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:31:04--  https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.69.165, 2604:1380:1000:8100::1
[ALL  ]    Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.69.165|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 104281104 (99M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................  0%  347K 4m52s
[ALL  ]       384K ................ ................ ................  0% 8.05M 2m32s
[ALL  ]       768K ................ ................ ................  1% 16.0M 1m43s
[ALL  ]      1152K ................ ................ ................  1%  144M 77s
[ALL  ]      1536K ................ ................ ................  1% 18.9M 62s
[ALL  ]      1920K ................ ................ ................  2%  133M 52s
[ALL  ]      2304K ................ ................ ................  2%  175M 44s
[ALL  ]      2688K ................ ................ ................  3%  168M 39s
[ALL  ]      3072K ................ ................ ................  3%  220M 34s
[ALL  ]      3456K ................ ................ ................  3% 22.6M 31s
[ALL  ]      3840K ................ ................ ................  4%  192M 28s
[ALL  ]      4224K ................ ................ ................  4%  200M 26s
[ALL  ]      4608K ................ ................ ................  4%  191M 24s
[ALL  ]      4992K ................ ................ ................  5%  214M 22s
[ALL  ]      5376K ................ ................ ................  5%  219M 21s
[ALL  ]      5760K ................ ................ ................  6%  206M 19s
[ALL  ]      6144K ................ ................ ................  6% 38.5M 18s
[ALL  ]      6528K ................ ................ ................  6%  126M 17s
[ALL  ]      6912K ................ ................ ................  7%  202M 16s
[ALL  ]      7296K ................ ................ ................  7%  162M 15s
[ALL  ]      7680K ................ ................ ................  7%  175M 15s
[ALL  ]      8064K ................ ................ ................  8%  225M 14s
[ALL  ]      8448K ................ ................ ................  8%  202M 13s
[ALL  ]      8832K ................ ................ ................  9% 37.1M 13s
[ALL  ]      9216K ................ ................ ................  9%  196M 12s
[ALL  ]      9600K ................ ................ ................  9%  199M 12s
[ALL  ]      9984K ................ ................ ................ 10%  183M 11s
[ALL  ]     10368K ................ ................ ................ 10%  144M 11s
[ALL  ]     10752K ................ ................ ................ 10%  215M 10s
[ALL  ]     11136K ................ ................ ................ 11%  230M 10s
[ALL  ]     11520K ................ ................ ................ 11%  176M 10s
[ALL  ]     11904K ................ ................ ................ 12% 38.1M 9s
[ALL  ]     12288K ................ ................ ................ 12%  227M 9s
[ALL  ]     12672K ................ ................ ................ 12%  175M 9s
[ALL  ]     13056K ................ ................ ................ 13%  199M 9s
[ALL  ]     13440K ................ ................ ................ 13%  155M 8s
[ALL  ]     13824K ................ ................ ................ 13%  182M 8s
[ALL  ]     14208K ................ ................ ................ 14%  218M 8s
[ALL  ]     14592K ................ ................ ................ 14% 40.2M 8s
[ALL  ]     14976K ................ ................ ................ 15%  156M 7s
[ALL  ]     15360K ................ ................ ................ 15%  198M 7s
[ALL  ]     15744K ................ ................ ................ 15%  216M 7s
[ALL  ]     16128K ................ ................ ................ 16%  160M 7s
[ALL  ]     16512K ................ ................ ................ 16%  149M 7s
[ALL  ]     16896K ................ ................ ................ 16%  180M 6s
[ALL  ]     17280K ................ ................ ................ 17%  169M 6s
[ALL  ]     17664K ................ ................ ................ 17% 42.5M 6s
[ALL  ]     18048K ................ ................ ................ 18%  205M 6s
[ALL  ]     18432K ................ ................ ................ 18%  138M 6s
[ALL  ]     18816K ................ ................ ................ 18%  248M 6s
[ALL  ]     19200K ................ ................ ................ 19%  247M 6s
[ALL  ]     19584K ................ ................ ................ 19%  139M 6s
[ALL  ]     19968K ................ ................ ................ 19%  134M 5s
[ALL  ]     20352K ................ ................ ................ 20% 42.7M 5s
[ALL  ]     20736K ................ ................ ................ 20%  182M 5s
[ALL  ]     21120K ................ ................ ................ 21%  200M 5s
[ALL  ]     21504K ................ ................ ................ 21%  196M 5s
[ALL  ]     21888K ................ ................ ................ 21%  153M 5s
[ALL  ]     22272K ................ ................ ................ 22%  243M 5s
[ALL  ]     22656K ................ ................ ................ 22%  200M 5s
[ALL  ]     23040K ................ ................ ................ 23%  109M 5s
[ALL  ]     23424K ................ ................ ................ 23% 41.6M 5s
[ALL  ]     23808K ................ ................ ................ 23%  237M 4s
[ALL  ]     24192K ................ ................ ................ 24%  162M 4s
[ALL  ]     24576K ................ ................ ................ 24%  195M 4s
[ALL  ]     24960K ................ ................ ................ 24%  172M 4s
[ALL  ]     25344K ................ ................ ................ 25%  216M 4s
[ALL  ]     25728K ................ ................ ................ 25%  233M 4s
[ALL  ]     26112K ................ ................ ................ 26%  133M 4s
[ALL  ]     26496K ................ ................ ................ 26% 39.8M 4s
[ALL  ]     26880K ................ ................ ................ 26%  199M 4s
[ALL  ]     27264K ................ ................ ................ 27%  152M 4s
[ALL  ]     27648K ................ ................ ................ 27%  188M 4s
[ALL  ]     28032K ................ ................ ................ 27%  236M 4s
[ALL  ]     28416K ................ ................ ................ 28%  172M 4s
[ALL  ]     28800K ................ ................ ................ 28%  184M 4s
[ALL  ]     29184K ................ ................ ................ 29% 42.0M 3s
[ALL  ]     29568K ................ ................ ................ 29%  140M 3s
[ALL  ]     29952K ................ ................ ................ 29%  178M 3s
[ALL  ]     30336K ................ ................ ................ 30%  173M 3s
[ALL  ]     30720K ................ ................ ................ 30%  161M 3s
[ALL  ]     31104K ................ ................ ................ 30%  215M 3s
[ALL  ]     31488K ................ ................ ................ 31%  194M 3s
[ALL  ]     31872K ................ ................ ................ 31%  108M 3s
[ALL  ]     32256K ................ ................ ................ 32% 56.0M 3s
[ALL  ]     32640K ................ ................ ................ 32%  136M 3s
[ALL  ]     33024K ................ ................ ................ 32%  118M 3s
[ALL  ]     33408K ................ ................ ................ 33%  200M 3s
[ALL  ]     33792K ................ ................ ................ 33%  166M 3s
[ALL  ]     34176K ................ ................ ................ 33%  209M 3s
[ALL  ]     34560K ................ ................ ................ 34%  124M 3s
[ALL  ]     34944K ................ ................ ................ 34% 48.2M 3s
[ALL  ]     35328K ................ ................ ................ 35%  132M 3s
[ALL  ]     35712K ................ ................ ................ 35%  217M 3s
[ALL  ]     36096K ................ ................ ................ 35%  157M 3s
[ALL  ]     36480K ................ ................ ................ 36%  174M 3s
[ALL  ]     36864K ................ ................ ................ 36%  182M 3s
[ALL  ]     37248K ................ ................ ................ 36%  188M 3s
[ALL  ]     37632K ................ ................ ................ 37%  118M 2s
[ALL  ]     38016K ................ ................ ................ 37% 46.6M 2s
[ALL  ]     38400K ................ ................ ................ 38%  197M 2s
[ALL  ]     38784K ................ ................ ................ 38%  148M 2s
[ALL  ]     39168K ................ ................ ................ 38%  175M 2s
[ALL  ]     39552K ................ ................ ................ 39%  205M 2s
[ALL  ]     39936K ................ ................ ................ 39%  185M 2s
[ALL  ]     40320K ................ ................ ................ 39%  103M 2s
[ALL  ]     40704K ................ ................ ................ 40%  147M 2s
[ALL  ]     41088K ................ ................ ................ 40% 55.0M 2s
[ALL  ]     41472K ................ ................ ................ 41%  205M 2s
[ALL  ]     41856K ................ ................ ................ 41%  122M 2s
[ALL  ]     42240K ................ ................ ................ 41%  208M 2s
[ALL  ]     42624K ................ ................ ................ 42%  209M 2s
[ALL  ]     43008K ................ ................ ................ 42%  181M 2s
[ALL  ]     43392K ................ ................ ................ 42% 97.4M 2s
[ALL  ]     43776K ................ ................ ................ 43% 49.8M 2s
[ALL  ]     44160K ................ ................ ................ 43%  214M 2s
[ALL  ]     44544K ................ ................ ................ 44%  219M 2s
[ALL  ]     44928K ................ ................ ................ 44%  125M 2s
[ALL  ]     45312K ................ ................ ................ 44%  187M 2s
[ALL  ]     45696K ................ ................ ................ 45%  193M 2s
[ALL  ]     46080K ................ ................ ................ 45%  187M 2s
[ALL  ]     46464K ................ ................ ................ 46% 98.0M 2s
[ALL  ]     46848K ................ ................ ................ 46% 52.6M 2s
[ALL  ]     47232K ................ ................ ................ 46%  195M 2s
[ALL  ]     47616K ................ ................ ................ 47%  136M 2s
[ALL  ]     48000K ................ ................ ................ 47%  147M 2s
[ALL  ]     48384K ................ ................ ................ 47%  255M 2s
[ALL  ]     48768K ................ ................ ................ 48%  145M 2s
[ALL  ]     49152K ................ ................ ................ 48% 92.8M 2s
[ALL  ]     49536K ................ ................ ................ 49%  217M 2s
[ALL  ]     49920K ................ ................ ................ 49% 57.1M 2s
[ALL  ]     50304K ................ ................ ................ 49%  158M 2s
[ALL  ]     50688K ................ ................ ................ 50%  121M 2s
[ALL  ]     51072K ................ ................ ................ 50%  166M 2s
[ALL  ]     51456K ................ ................ ................ 50%  218M 2s
[ALL  ]     51840K ................ ................ ................ 51%  205M 2s
[ALL  ]     52224K ................ ................ ................ 51% 94.2M 2s
[ALL  ]     52608K ................ ................ ................ 52% 64.9M 1s
[ALL  ]     52992K ................ ................ ................ 52%  131M 1s
[ALL  ]     53376K ................ ................ ................ 52%  159M 1s
[ALL  ]     53760K ................ ................ ................ 53%  179M 1s
[ALL  ]     54144K ................ ................ ................ 53%  129M 1s
[ALL  ]     54528K ................ ................ ................ 53%  221M 1s
[ALL  ]     54912K ................ ................ ................ 54%  110M 1s
[ALL  ]     55296K ................ ................ ................ 54%  183M 1s
[ALL  ]     55680K ................ ................ ................ 55% 58.7M 1s
[ALL  ]     56064K ................ ................ ................ 55%  167M 1s
[ALL  ]     56448K ................ ................ ................ 55%  113M 1s
[ALL  ]     56832K ................ ................ ................ 56%  225M 1s
[ALL  ]     57216K ................ ................ ................ 56%  153M 1s
[ALL  ]     57600K ................ ................ ................ 56%  175M 1s
[ALL  ]     57984K ................ ................ ................ 57% 94.5M 1s
[ALL  ]     58368K ................ ................ ................ 57%  259M 1s
[ALL  ]     58752K ................ ................ ................ 58% 60.3M 1s
[ALL  ]     59136K ................ ................ ................ 58%  161M 1s
[ALL  ]     59520K ................ ................ ................ 58%  130M 1s
[ALL  ]     59904K ................ ................ ................ 59%  184M 1s
[ALL  ]     60288K ................ ................ ................ 59%  154M 1s
[ALL  ]     60672K ................ ................ ................ 59%  180M 1s
[ALL  ]     61056K ................ ................ ................ 60% 94.7M 1s
[ALL  ]     61440K ................ ................ ................ 60%  167M 1s
[ALL  ]     61824K ................ ................ ................ 61% 68.8M 1s
[ALL  ]     62208K ................ ................ ................ 61%  150M 1s
[ALL  ]     62592K ................ ................ ................ 61%  141M 1s
[ALL  ]     62976K ................ ................ ................ 62%  156M 1s
[ALL  ]     63360K ................ ................ ................ 62%  150M 1s
[ALL  ]     63744K ................ ................ ................ 62%  113M 1s
[ALL  ]     64128K ................ ................ ................ 63%  150M 1s
[ALL  ]     64512K ................ ................ ................ 63% 91.8M 1s
[ALL  ]     64896K ................ ................ ................ 64% 97.7M 1s
[ALL  ]     65280K ................ ................ ................ 64%  166M 1s
[ALL  ]     65664K ................ ................ ................ 64%  154M 1s
[ALL  ]     66048K ................ ................ ................ 65%  145M 1s
[ALL  ]     66432K ................ ................ ................ 65%  172M 1s
[ALL  ]     66816K ................ ................ ................ 65% 99.1M 1s
[ALL  ]     67200K ................ ................ ................ 66%  157M 1s
[ALL  ]     67584K ................ ................ ................ 66% 82.0M 1s
[ALL  ]     67968K ................ ................ ................ 67%  114M 1s
[ALL  ]     68352K ................ ................ ................ 67%  188M 1s
[ALL  ]     68736K ................ ................ ................ 67%  137M 1s
[ALL  ]     69120K ................ ................ ................ 68%  161M 1s
[ALL  ]     69504K ................ ................ ................ 68%  148M 1s
[ALL  ]     69888K ................ ................ ................ 69%  102M 1s
[ALL  ]     70272K ................ ................ ................ 69%  167M 1s
[ALL  ]     70656K ................ ................ ................ 69% 64.8M 1s
[ALL  ]     71040K ................ ................ ................ 70%  147M 1s
[ALL  ]     71424K ................ ................ ................ 70%  222M 1s
[ALL  ]     71808K ................ ................ ................ 70%  144M 1s
[ALL  ]     72192K ................ ................ ................ 71%  133M 1s
[ALL  ]     72576K ................ ................ ................ 71%  119M 1s
[ALL  ]     72960K ................ ................ ................ 72%  125M 1s
[ALL  ]     73344K ................ ................ ................ 72%  181M 1s
[ALL  ]     73728K ................ ................ ................ 72% 65.1M 1s
[ALL  ]     74112K ................ ................ ................ 73%  179M 1s
[ALL  ]     74496K ................ ................ ................ 73%  165M 1s
[ALL  ]     74880K ................ ................ ................ 73% 95.8M 1s
[ALL  ]     75264K ................ ................ ................ 74%  209M 1s
[ALL  ]     75648K ................ ................ ................ 74%  132M 1s
[ALL  ]     76032K ................ ................ ................ 75%  139M 1s
[ALL  ]     76416K ................ ................ ................ 75% 95.0M 1s
[ALL  ]     76800K ................ ................ ................ 75%  101M 1s
[ALL  ]     77184K ................ ................ ................ 76%  127M 1s
[ALL  ]     77568K ................ ................ ................ 76%  145M 1s
[ALL  ]     77952K ................ ................ ................ 76%  147M 1s
[ALL  ]     78336K ................ ................ ................ 77%  120M 1s
[ALL  ]     78720K ................ ................ ................ 77%  186M 1s
[ALL  ]     79104K ................ ................ ................ 78%  162M 1s
[ALL  ]     79488K ................ ................ ................ 78% 81.1M 0s
[ALL  ]     79872K ................ ................ ................ 78% 98.8M 0s
[ALL  ]     80256K ................ ................ ................ 79%  146M 0s
[ALL  ]     80640K ................ ................ ................ 79%  107M 0s
[ALL  ]     81024K ................ ................ ................ 79%  195M 0s
[ALL  ]     81408K ................ ................ ................ 80%  141M 0s
[ALL  ]     81792K ................ ................ ................ 80%  172M 0s
[ALL  ]     82176K ................ ................ ................ 81%  166M 0s
[ALL  ]     82560K ................ ................ ................ 81% 72.4M 0s
[ALL  ]     82944K ................ ................ ................ 81%  126M 0s
[ALL  ]     83328K ................ ................ ................ 82%  148M 0s
[ALL  ]     83712K ................ ................ ................ 82% 99.4M 0s
[ALL  ]     84096K ................ ................ ................ 82%  163M 0s
[ALL  ]     84480K ................ ................ ................ 83%  132M 0s
[ALL  ]     84864K ................ ................ ................ 83%  194M 0s
[ALL  ]     85248K ................ ................ ................ 84%  120M 0s
[ALL  ]     85632K ................ ................ ................ 84% 80.7M 0s
[ALL  ]     86016K ................ ................ ................ 84%  135M 0s
[ALL  ]     86400K ................ ................ ................ 85%  171M 0s
[ALL  ]     86784K ................ ................ ................ 85%  108M 0s
[ALL  ]     87168K ................ ................ ................ 85%  114M 0s
[ALL  ]     87552K ................ ................ ................ 86%  184M 0s
[ALL  ]     87936K ................ ................ ................ 86%  189M 0s
[ALL  ]     88320K ................ ................ ................ 87%  103M 0s
[ALL  ]     88704K ................ ................ ................ 87% 92.7M 0s
[ALL  ]     89088K ................ ................ ................ 87%  116M 0s
[ALL  ]     89472K ................ ................ ................ 88%  110M 0s
[ALL  ]     89856K ................ ................ ................ 88%  176M 0s
[ALL  ]     90240K ................ ................ ................ 88%  125M 0s
[ALL  ]     90624K ................ ................ ................ 89%  156M 0s
[ALL  ]     91008K ................ ................ ................ 89%  207M 0s
[ALL  ]     91392K ................ ................ ................ 90%  119M 0s
[ALL  ]     91776K ................ ................ ................ 90% 89.7M 0s
[ALL  ]     92160K ................ ................ ................ 90%  121M 0s
[ALL  ]     92544K ................ ................ ................ 91% 88.7M 0s
[ALL  ]     92928K ................ ................ ................ 91%  182M 0s
[ALL  ]     93312K ................ ................ ................ 92%  130M 0s
[ALL  ]     93696K ................ ................ ................ 92%  181M 0s
[ALL  ]     94080K ................ ................ ................ 92%  124M 0s
[ALL  ]     94464K ................ ................ ................ 93%  138M 0s
[ALL  ]     94848K ................ ................ ................ 93% 87.5M 0s
[ALL  ]     95232K ................ ................ ................ 93%  195M 0s
[ALL  ]     95616K ................ ................ ................ 94% 74.8M 0s
[ALL  ]     96000K ................ ................ ................ 94%  180M 0s
[ALL  ]     96384K ................ ................ ................ 95%  135M 0s
[ALL  ]     96768K ................ ................ ................ 95%  206M 0s
[ALL  ]     97152K ................ ................ ................ 95%  109M 0s
[ALL  ]     97536K ................ ................ ................ 96%  162M 0s
[ALL  ]     97920K ................ ................ ................ 96% 89.5M 0s
[ALL  ]     98304K ................ ................ ................ 96%  110M 0s
[ALL  ]     98688K ................ ................ ................ 97% 99.9M 0s
[ALL  ]     99072K ................ ................ ................ 97%  167M 0s
[ALL  ]     99456K ................ ................ ................ 98%  156M 0s
[ALL  ]     99840K ................ ................ ................ 98%  159M 0s
[ALL  ]    100224K ................ ................ ................ 98%  161M 0s
[ALL  ]    100608K ................ ................ ................ 99%  104M 0s
[ALL  ]    100992K ................ ................ ................ 99% 83.0M 0s
[ALL  ]    101376K ................ ................ ................ 99%  128M 0s
[ALL  ]    101760K .........                                         100%  278M=2.0s
[ALL  ]    
[ALL  ]    2021-10-06 11:31:06 (50.0 MB/s) - '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl' saved [104281104/104281104]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'linux-4.20.8.tar.xz'
[EXTRA]    Retrieving 'zlib-1.2.11'
[ALL  ]    --2021-10-06 11:31:06--  https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
[ALL  ]    Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 302 Found
[ALL  ]    Location: https://newcontinuum.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz [following]
[ALL  ]    --2021-10-06 11:31:07--  https://newcontinuum.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving newcontinuum.dl.sourceforge.net (newcontinuum.dl.sourceforge.net)... 64.79.96.4, 2607:ff50:0:11::32
[ALL  ]    Connecting to newcontinuum.dl.sourceforge.net (newcontinuum.dl.sourceforge.net)|64.79.96.4|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 467960 (457K) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 84% 1.92M 0s
[ALL  ]       384K .........                                         100% 1.61M=0.2s
[ALL  ]    
[ALL  ]    2021-10-06 11:31:07 (1.86 MB/s) - '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl' saved [467960/467960]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'zlib-1.2.11.tar.xz'
[EXTRA]    Retrieving 'gmp-6.1.2'
[ALL  ]    --2021-10-06 11:31:07--  https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
[ALL  ]    Resolving gmplib.org (gmplib.org)... 130.242.124.102
[ALL  ]    Connecting to gmplib.org (gmplib.org)|130.242.124.102|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1946336 (1.9M) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 20%  273K 6s
[ALL  ]       384K ................ ................ ................ 40% 1.06M 3s
[ALL  ]       768K ................ ................ ................ 60% 2.10M 1s
[ALL  ]      1152K ................ ................ ................ 80% 2.12M 1s
[ALL  ]      1536K ................ ................ .............   100% 2.06M=2.3s
[ALL  ]    
[ALL  ]    2021-10-06 11:31:10 (830 KB/s) - '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl' saved [1946336/1946336]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'gmp-6.1.2.tar.xz'
[EXTRA]    Retrieving 'mpfr-4.0.2'
[ALL  ]    --2021-10-06 11:31:10--  http://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.155
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz [following]
[ALL  ]    --2021-10-06 11:31:12--  https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1441996 (1.4M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 27%  498K 2s
[ALL  ]       384K ................ ................ ................ 54% 1.22M 1s
[ALL  ]       768K ................ ................ ................ 81%  121M 0s
[ALL  ]      1152K ................ ................                 100%  110M=1.1s
[ALL  ]    
[ALL  ]    2021-10-06 11:31:13 (1.27 MB/s) - '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl' saved [1441996/1441996]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'mpfr-4.0.2.tar.xz'
[EXTRA]    Retrieving 'isl-0.20'
[ALL  ]    --2021-10-06 11:31:13--  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:31:24--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:31:36--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:31:46--  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:31:58--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:32:10--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:32:20--  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:32:31--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:32:43--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ERROR]    isl: download failed
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_Abort[scripts/functions@487]
[ERROR]  >>        called from: CT_DoFetch[scripts/functions@2103]
[ERROR]  >>        called from: CT_PackageRun[scripts/functions@2063]
[ERROR]  >>        called from: CT_Fetch[scripts/functions@2174]
[ERROR]  >>        called from: do_isl_get[scripts/build/companion_libs/121-isl.sh@16]
[ERROR]  >>        called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@648]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR]  >> Before submitting a bug report, try to reproduce it without enabling
[ERROR]  >> any experimental features. Otherwise, you'll need to debug it
[ERROR]  >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR]  >> preferably, a fix.
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]  
[ERROR]  (elapsed: 1:50.42)
/usr/local/bin/ct-ng:261: recipe for target 'build' failed
make: *** [build] Error 1
The command '/bin/sh -c ./build-toolchains.sh' returned a non-zero code: 1
Sending build context to Docker daemon  502.3kB

Step 1/21 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
---
+ set +x
Wed Oct 6 11:33:26 UTC 2021 - building ...
Wed Oct 6 11:33:56 UTC 2021 - building ...
Wed Oct 6 11:34:26 UTC 2021 - building ...
ERROR: An error was encountered with the build.
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20211006.113256
[INFO ]  Building environment variables
[WARN ]  Directory '/home/rustbuild/src' does not exist.
[WARN ]  Will not save downloaded tarballs to local storage.
[EXTRA]  Preparing working directories
[EXTRA]  Installing user-supplied crosstool-NG configuration
[EXTRA]  =================================================================
[EXTRA]  Dumping internal crosstool-NG configuration
[EXTRA]    Building a toolchain for:
[EXTRA]      build  = x86_64-pc-linux-gnu
[EXTRA]      host   = x86_64-pc-linux-gnu
[EXTRA]      target = riscv64-unknown-linux-gnu
[EXTRA]  Dumping internal crosstool-NG configuration: done in 0.06s (at 00:01)
[INFO ]  =================================================================
[INFO ]  Retrieving needed toolchain components' tarballs
[EXTRA]    Retrieving 'linux-4.20.8'
[ALL  ]    --2021-10-06 11:32:57--  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving www.kernel.org (www.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:32:58--  https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:32:58--  https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.69.165, 2604:1380:1000:8100::1
[ALL  ]    Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.69.165|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 104281104 (99M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................  0% 3.24M 31s
[ALL  ]       384K ................ ................ ................  0% 15.3M 18s
[ALL  ]       768K ................ ................ ................  1% 17.2M 14s
[ALL  ]      1152K ................ ................ ................  1%  175M 11s
[ALL  ]      1536K ................ ................ ................  1% 18.5M 10s
[ALL  ]      1920K ................ ................ ................  2%  149M 8s
[ALL  ]      2304K ................ ................ ................  2%  185M 7s
[ALL  ]      2688K ................ ................ ................  3%  214M 6s
[ALL  ]      3072K ................ ................ ................  3%  237M 5s
[ALL  ]      3456K ................ ................ ................  3% 23.9M 5s
[ALL  ]      3840K ................ ................ ................  4% 60.5M 5s
[ALL  ]      4224K ................ ................ ................  4%  174M 5s
[ALL  ]      4608K ................ ................ ................  4%  192M 4s
[ALL  ]      4992K ................ ................ ................  5%  232M 4s
[ALL  ]      5376K ................ ................ ................  5%  183M 4s
[ALL  ]      5760K ................ ................ ................  6%  228M 3s
[ALL  ]      6144K ................ ................ ................  6%  213M 3s
[ALL  ]      6528K ................ ................ ................  6% 48.4M 3s
[ALL  ]      6912K ................ ................ ................  7% 52.9M 3s
[ALL  ]      7296K ................ ................ ................  7%  223M 3s
[ALL  ]      7680K ................ ................ ................  7%  195M 3s
[ALL  ]      8064K ................ ................ ................  8%  204M 3s
[ALL  ]      8448K ................ ................ ................  8% 77.1M 3s
[ALL  ]      8832K ................ ................ ................  9%  243M 3s
[ALL  ]      9216K ................ ................ ................  9%  180M 2s
[ALL  ]      9600K ................ ................ ................  9% 76.4M 2s
[ALL  ]      9984K ................ ................ ................ 10% 46.5M 2s
[ALL  ]     10368K ................ ................ ................ 10%  226M 2s
[ALL  ]     10752K ................ ................ ................ 10%  214M 2s
[ALL  ]     11136K ................ ................ ................ 11%  227M 2s
[ALL  ]     11520K ................ ................ ................ 11%  225M 2s
[ALL  ]     11904K ................ ................ ................ 12%  117M 2s
[ALL  ]     12288K ................ ................ ................ 12%  181M 2s
[ALL  ]     12672K ................ ................ ................ 12%  109M 2s
[ALL  ]     13056K ................ ................ ................ 13% 32.8M 2s
[ALL  ]     13440K ................ ................ ................ 13%  213M 2s
[ALL  ]     13824K ................ ................ ................ 13%  218M 2s
[ALL  ]     14208K ................ ................ ................ 14%  223M 2s
[ALL  ]     14592K ................ ................ ................ 14%  254M 2s
[ALL  ]     14976K ................ ................ ................ 15%  231M 2s
[ALL  ]     15360K ................ ................ ................ 15%  234M 2s
[ALL  ]     15744K ................ ................ ................ 15%  102M 2s
[ALL  ]     16128K ................ ................ ................ 16% 29.8M 2s
[ALL  ]     16512K ................ ................ ................ 16%  260M 2s
[ALL  ]     16896K ................ ................ ................ 16%  242M 2s
[ALL  ]     17280K ................ ................ ................ 17%  227M 2s
[ALL  ]     17664K ................ ................ ................ 17%  192M 2s
[ALL  ]     18048K ................ ................ ................ 18%  187M 1s
[ALL  ]     18432K ................ ................ ................ 18%  200M 1s
[ALL  ]     18816K ................ ................ ................ 18%  231M 1s
[ALL  ]     19200K ................ ................ ................ 19% 25.3M 1s
[ALL  ]     19584K ................ ................ ................ 19%  181M 1s
[ALL  ]     19968K ................ ................ ................ 19%  164M 1s
[ALL  ]     20352K ................ ................ ................ 20%  180M 1s
[ALL  ]     20736K ................ ................ ................ 20%  216M 1s
[ALL  ]     21120K ................ ................ ................ 21%  226M 1s
[ALL  ]     21504K ................ ................ ................ 21%  231M 1s
[ALL  ]     21888K ................ ................ ................ 21%  237M 1s
[ALL  ]     22272K ................ ................ ................ 22% 25.9M 1s
[ALL  ]     22656K ................ ................ ................ 22%  227M 1s
[ALL  ]     23040K ................ ................ ................ 23%  214M 1s
[ALL  ]     23424K ................ ................ ................ 23%  195M 1s
[ALL  ]     23808K ................ ................ ................ 23%  191M 1s
[ALL  ]     24192K ................ ................ ................ 24%  183M 1s
[ALL  ]     24576K ................ ................ ................ 24%  206M 1s
[ALL  ]     24960K ................ ................ ................ 24%  157M 1s
[ALL  ]     25344K ................ ................ ................ 25% 28.5M 1s
[ALL  ]     25728K ................ ................ ................ 25%  183M 1s
[ALL  ]     26112K ................ ................ ................ 26%  225M 1s
[ALL  ]     26496K ................ ................ ................ 26%  245M 1s
[ALL  ]     26880K ................ ................ ................ 26%  205M 1s
[ALL  ]     27264K ................ ................ ................ 27%  214M 1s
[ALL  ]     27648K ................ ................ ................ 27%  229M 1s
[ALL  ]     28032K ................ ................ ................ 27%  230M 1s
[ALL  ]     28416K ................ ................ ................ 28% 25.5M 1s
[ALL  ]     28800K ................ ................ ................ 28%  172M 1s
[ALL  ]     29184K ................ ................ ................ 29%  216M 1s
[ALL  ]     29568K ................ ................ ................ 29%  211M 1s
[ALL  ]     29952K ................ ................ ................ 29%  214M 1s
[ALL  ]     30336K ................ ................ ................ 30%  192M 1s
[ALL  ]     30720K ................ ................ ................ 30%  220M 1s
[ALL  ]     31104K ................ ................ ................ 30%  237M 1s
[ALL  ]     31488K ................ ................ ................ 31% 25.8M 1s
[ALL  ]     31872K ................ ................ ................ 31%  177M 1s
[ALL  ]     32256K ................ ................ ................ 32%  248M 1s
[ALL  ]     32640K ................ ................ ................ 32%  209M 1s
[ALL  ]     33024K ................ ................ ................ 32%  234M 1s
[ALL  ]     33408K ................ ................ ................ 33%  245M 1s
[ALL  ]     33792K ................ ................ ................ 33%  232M 1s
[ALL  ]     34176K ................ ................ ................ 33%  226M 1s
[ALL  ]     34560K ................ ................ ................ 34% 24.2M 1s
[ALL  ]     34944K ................ ................ ................ 34%  233M 1s
[ALL  ]     35328K ................ ................ ................ 35%  200M 1s
[ALL  ]     35712K ................ ................ ................ 35%  201M 1s
[ALL  ]     36096K ................ ................ ................ 35%  207M 1s
[ALL  ]     36480K ................ ................ ................ 36%  165M 1s
[ALL  ]     36864K ................ ................ ................ 36%  190M 1s
[ALL  ]     37248K ................ ................ ................ 36%  246M 1s
[ALL  ]     37632K ................ ................ ................ 37% 27.0M 1s
[ALL  ]     38016K ................ ................ ................ 37%  176M 1s
[ALL  ]     38400K ................ ................ ................ 38%  214M 1s
[ALL  ]     38784K ................ ................ ................ 38%  254M 1s
[ALL  ]     39168K ................ ................ ................ 38%  231M 1s
[ALL  ]     39552K ................ ................ ................ 39%  218M 1s
[ALL  ]     39936K ................ ................ ................ 39%  203M 1s
[ALL  ]     40320K ................ ................ ................ 39%  215M 1s
[ALL  ]     40704K ................ ................ ................ 40% 25.6M 1s
[ALL  ]     41088K ................ ................ ................ 40%  149M 1s
[ALL  ]     41472K ................ ................ ................ 41%  175M 1s
[ALL  ]     41856K ................ ................ ................ 41%  191M 1s
[ALL  ]     42240K ................ ................ ................ 41%  217M 1s
[ALL  ]     42624K ................ ................ ................ 42%  226M 1s
[ALL  ]     43008K ................ ................ ................ 42%  241M 1s
[ALL  ]     43392K ................ ................ ................ 42%  240M 1s
[ALL  ]     43776K ................ ................ ................ 43% 35.7M 1s
[ALL  ]     44160K ................ ................ ................ 43% 57.5M 1s
[ALL  ]     44544K ................ ................ ................ 44%  251M 1s
[ALL  ]     44928K ................ ................ ................ 44%  215M 1s
[ALL  ]     45312K ................ ................ ................ 44%  167M 1s
[ALL  ]     45696K ................ ................ ................ 45%  195M 1s
[ALL  ]     46080K ................ ................ ................ 45%  206M 1s
[ALL  ]     46464K ................ ................ ................ 46%  240M 1s
[ALL  ]     46848K ................ ................ ................ 46% 36.4M 1s
[ALL  ]     47232K ................ ................ ................ 46% 64.0M 1s
[ALL  ]     47616K ................ ................ ................ 47%  214M 1s
[ALL  ]     48000K ................ ................ ................ 47%  225M 1s
[ALL  ]     48384K ................ ................ ................ 47%  226M 1s
[ALL  ]     48768K ................ ................ ................ 48%  226M 1s
[ALL  ]     49152K ................ ................ ................ 48%  202M 1s
[ALL  ]     49536K ................ ................ ................ 49%  223M 1s
[ALL  ]     49920K ................ ................ ................ 49% 34.5M 1s
[ALL  ]     50304K ................ ................ ................ 49% 62.4M 1s
[ALL  ]     50688K ................ ................ ................ 50%  207M 1s
[ALL  ]     51072K ................ ................ ................ 50%  246M 1s
[ALL  ]     51456K ................ ................ ................ 50%  229M 1s
[ALL  ]     51840K ................ ................ ................ 51%  241M 1s
[ALL  ]     52224K ................ ................ ................ 51%  234M 1s
[ALL  ]     52608K ................ ................ ................ 52%  260M 1s
[ALL  ]     52992K ................ ................ ................ 52% 32.1M 1s
[ALL  ]     53376K ................ ................ ................ 52% 67.0M 1s
[ALL  ]     53760K ................ ................ ................ 53%  237M 1s
[ALL  ]     54144K ................ ................ ................ 53%  229M 1s
[ALL  ]     54528K ................ ................ ................ 53%  144M 1s
[ALL  ]     54912K ................ ................ ................ 54%  203M 1s
[ALL  ]     55296K ................ ................ ................ 54%  222M 1s
[ALL  ]     55680K ................ ................ ................ 55%  239M 1s
[ALL  ]     56064K ................ ................ ................ 55% 54.8M 1s
[ALL  ]     56448K ................ ................ ................ 55% 40.7M 1s
[ALL  ]     56832K ................ ................ ................ 56%  231M 1s
[ALL  ]     57216K ................ ................ ................ 56%  231M 1s
[ALL  ]     57600K ................ ................ ................ 56%  248M 1s
[ALL  ]     57984K ................ ................ ................ 57%  234M 1s
[ALL  ]     58368K ................ ................ ................ 57%  229M 1s
[ALL  ]     58752K ................ ................ ................ 58%  237M 0s
[ALL  ]     59136K ................ ................ ................ 58% 61.1M 0s
[ALL  ]     59520K ................ ................ ................ 58% 32.4M 0s
[ALL  ]     59904K ................ ................ ................ 59%  188M 0s
[ALL  ]     60288K ................ ................ ................ 59%  232M 0s
[ALL  ]     60672K ................ ................ ................ 59%  266M 0s
[ALL  ]     61056K ................ ................ ................ 60%  241M 0s
[ALL  ]     61440K ................ ................ ................ 60%  213M 0s
[ALL  ]     61824K ................ ................ ................ 61%  210M 0s
[ALL  ]     62208K ................ ................ ................ 61% 78.3M 0s
[ALL  ]     62592K ................ ................ ................ 61% 31.9M 0s
[ALL  ]     62976K ................ ................ ................ 62%  190M 0s
[ALL  ]     63360K ................ ................ ................ 62%  208M 0s
[ALL  ]     63744K ................ ................ ................ 62%  117M 0s
[ALL  ]     64128K ................ ................ ................ 63%  257M 0s
[ALL  ]     64512K ................ ................ ................ 63%  212M 0s
[ALL  ]     64896K ................ ................ ................ 64%  204M 0s
[ALL  ]     65280K ................ ................ ................ 64%  167M 0s
[ALL  ]     65664K ................ ................ ................ 64% 30.3M 0s
[ALL  ]     66048K ................ ................ ................ 65%  220M 0s
[ALL  ]     66432K ................ ................ ................ 65%  250M 0s
[ALL  ]     66816K ................ ................ ................ 65%  215M 0s
[ALL  ]     67200K ................ ................ ................ 66%  161M 0s
[ALL  ]     67584K ................ ................ ................ 66%  218M 0s
[ALL  ]     67968K ................ ................ ................ 67%  246M 0s
[ALL  ]     68352K ................ ................ ................ 67% 90.7M 0s
[ALL  ]     68736K ................ ................ ................ 67% 41.4M 0s
[ALL  ]     69120K ................ ................ ................ 68% 72.7M 0s
[ALL  ]     69504K ................ ................ ................ 68%  231M 0s
[ALL  ]     69888K ................ ................ ................ 69%  216M 0s
[ALL  ]     70272K ................ ................ ................ 69%  228M 0s
[ALL  ]     70656K ................ ................ ................ 69%  193M 0s
[ALL  ]     71040K ................ ................ ................ 70%  221M 0s
[ALL  ]     71424K ................ ................ ................ 70% 89.6M 0s
[ALL  ]     71808K ................ ................ ................ 70% 46.8M 0s
[ALL  ]     72192K ................ ................ ................ 71% 56.4M 0s
[ALL  ]     72576K ................ ................ ................ 71%  129M 0s
[ALL  ]     72960K ................ ................ ................ 72%  139M 0s
[ALL  ]     73344K ................ ................ ................ 72%  142M 0s
[ALL  ]     73728K ................ ................ ................ 72%  137M 0s
[ALL  ]     74112K ................ ................ ................ 73%  102M 0s
[ALL  ]     74496K ................ ................ ................ 73%  189M 0s
[ALL  ]     74880K ................ ................ ................ 73%  121M 0s
[ALL  ]     75264K ................ ................ ................ 74% 62.8M 0s
[ALL  ]     75648K ................ ................ ................ 74%  256M 0s
[ALL  ]     76032K ................ ................ ................ 75%  217M 0s
[ALL  ]     76416K ................ ................ ................ 75%  216M 0s
[ALL  ]     76800K ................ ................ ................ 75% 71.3M 0s
[ALL  ]     77184K ................ ................ ................ 76%  242M 0s
[ALL  ]     77568K ................ ................ ................ 76%  102M 0s
[ALL  ]     77952K ................ ................ ................ 76%  123M 0s
[ALL  ]     78336K ................ ................ ................ 77% 44.5M 0s
[ALL  ]     78720K ................ ................ ................ 77%  200M 0s
[ALL  ]     79104K ................ ................ ................ 78%  193M 0s
[ALL  ]     79488K ................ ................ ................ 78%  221M 0s
[ALL  ]     79872K ................ ................ ................ 78%  170M 0s
[ALL  ]     80256K ................ ................ ................ 79%  128M 0s
[ALL  ]     80640K ................ ................ ................ 79%  117M 0s
[ALL  ]     81024K ................ ................ ................ 79% 79.4M 0s
[ALL  ]     81408K ................ ................ ................ 80% 44.8M 0s
[ALL  ]     81792K ................ ................ ................ 80%  232M 0s
[ALL  ]     82176K ................ ................ ................ 81%  189M 0s
[ALL  ]     82560K ................ ................ ................ 81%  225M 0s
[ALL  ]     82944K ................ ................ ................ 81%  246M 0s
[ALL  ]     83328K ................ ................ ................ 82%  246M 0s
[ALL  ]     83712K ................ ................ ................ 82%  181M 0s
[ALL  ]     84096K ................ ................ ................ 82% 58.6M 0s
[ALL  ]     84480K ................ ................ ................ 83% 35.7M 0s
[ALL  ]     84864K ................ ................ ................ 83%  241M 0s
[ALL  ]     85248K ................ ................ ................ 84%  222M 0s
[ALL  ]     85632K ................ ................ ................ 84%  212M 0s
[ALL  ]     86016K ................ ................ ................ 84%  196M 0s
[ALL  ]     86400K ................ ................ ................ 85%  194M 0s
[ALL  ]     86784K ................ ................ ................ 85%  231M 0s
[ALL  ]     87168K ................ ................ ................ 85% 58.1M 0s
[ALL  ]     87552K ................ ................ ................ 86% 41.4M 0s
[ALL  ]     87936K ................ ................ ................ 86%  199M 0s
[ALL  ]     88320K ................ ................ ................ 87%  250M 0s
[ALL  ]     88704K ................ ................ ................ 87%  206M 0s
[ALL  ]     89088K ................ ................ ................ 87%  224M 0s
[ALL  ]     89472K ................ ................ ................ 88%  201M 0s
[ALL  ]     89856K ................ ................ ................ 88%  237M 0s
[ALL  ]     90240K ................ ................ ................ 88% 68.8M 0s
[ALL  ]     90624K ................ ................ ................ 89% 34.4M 0s
[ALL  ]     91008K ................ ................ ................ 89%  172M 0s
[ALL  ]     91392K ................ ................ ................ 90%  154M 0s
[ALL  ]     91776K ................ ................ ................ 90%  227M 0s
[ALL  ]     92160K ................ ................ ................ 90%  228M 0s
[ALL  ]     92544K ................ ................ ................ 91%  240M 0s
[ALL  ]     92928K ................ ................ ................ 91%  236M 0s
[ALL  ]     93312K ................ ................ ................ 92%  125M 0s
[ALL  ]     93696K ................ ................ ................ 92% 27.3M 0s
[ALL  ]     94080K ................ ................ ................ 92%  180M 0s
[ALL  ]     94464K ................ ................ ................ 93%  197M 0s
[ALL  ]     94848K ................ ................ ................ 93%  214M 0s
[ALL  ]     95232K ................ ................ ................ 93%  218M 0s
[ALL  ]     95616K ................ ................ ................ 94%  199M 0s
[ALL  ]     96000K ................ ................ ................ 94%  206M 0s
[ALL  ]     96384K ................ ................ ................ 95%  239M 0s
[ALL  ]     96768K ................ ................ ................ 95% 26.7M 0s
[ALL  ]     97152K ................ ................ ................ 95%  151M 0s
[ALL  ]     97536K ................ ................ ................ 96%  182M 0s
[ALL  ]     97920K ................ ................ ................ 96%  218M 0s
[ALL  ]     98304K ................ ................ ................ 96%  236M 0s
[ALL  ]     98688K ................ ................ ................ 97%  223M 0s
[ALL  ]     99072K ................ ................ ................ 97%  212M 0s
[ALL  ]     99456K ................ ................ ................ 98%  213M 0s
[ALL  ]     99840K ................ ................ ................ 98% 25.9M 0s
[ALL  ]    100224K ................ ................ ................ 98%  213M 0s
[ALL  ]    100608K ................ ................ ................ 99%  214M 0s
[ALL  ]    100992K ................ ................ ................ 99%  212M 0s
[ALL  ]    101376K ................ ................ ................ 99%  256M 0s
[ALL  ]    101760K .........                                         100%  205M=1.1s
[ALL  ]    
[ALL  ]    2021-10-06 11:32:59 (93.8 MB/s) - '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl' saved [104281104/104281104]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'linux-4.20.8.tar.xz'
[EXTRA]    Retrieving 'zlib-1.2.11'
[ALL  ]    --2021-10-06 11:32:59--  https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
[ALL  ]    Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 302 Found
[ALL  ]    Location: https://pilotfiber.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz [following]
[ALL  ]    --2021-10-06 11:33:00--  https://pilotfiber.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)... 69.12.26.12
[ALL  ]    Connecting to pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)|69.12.26.12|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 467960 (457K) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 84%  354K 0s
[ALL  ]       384K .........                                         100%  438K=1.3s
[ALL  ]    
[ALL  ]    2021-10-06 11:33:01 (365 KB/s) - '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl' saved [467960/467960]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'zlib-1.2.11.tar.xz'
[EXTRA]    Retrieving 'gmp-6.1.2'
[ALL  ]    --2021-10-06 11:33:01--  https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
[ALL  ]    Resolving gmplib.org (gmplib.org)... 130.242.124.102
[ALL  ]    Connecting to gmplib.org (gmplib.org)|130.242.124.102|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1946336 (1.9M) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 20%  273K 6s
[ALL  ]       384K ................ ................ ................ 40% 1.06M 3s
[ALL  ]       768K ................ ................ ................ 60% 1.06M 1s
[ALL  ]      1152K ................ ................ ................ 80% 2.11M 1s
[ALL  ]      1536K ................ ................ .............   100%  119M=2.3s
[ALL  ]    
[ALL  ]    2021-10-06 11:33:05 (827 KB/s) - '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl' saved [1946336/1946336]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'gmp-6.1.2.tar.xz'
[EXTRA]    Retrieving 'mpfr-4.0.2'
[ALL  ]    --2021-10-06 11:33:05--  http://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.155
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz [following]
[ALL  ]    --2021-10-06 11:33:06--  https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1441996 (1.4M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 27%  500K 2s
[ALL  ]       384K ................ ................ ................ 54% 2.44M 1s
[ALL  ]       768K ................ ................ ................ 81%  117M 0s
[ALL  ]      1152K ................ ................                 100%  105M=0.9s
[ALL  ]    
[ALL  ]    2021-10-06 11:33:07 (1.48 MB/s) - '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl' saved [1441996/1441996]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'mpfr-4.0.2.tar.xz'
[EXTRA]    Retrieving 'isl-0.20'
[ALL  ]    --2021-10-06 11:33:07--  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:33:18--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:33:30--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:33:40--  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:33:52--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:34:04--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:34:14--  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:34:25--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:34:37--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ERROR]    isl: download failed
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_Abort[scripts/functions@487]
[ERROR]  >>        called from: CT_DoFetch[scripts/functions@2103]
[ERROR]  >>        called from: CT_PackageRun[scripts/functions@2063]
[ERROR]  >>        called from: CT_Fetch[scripts/functions@2174]
[ERROR]  >>        called from: do_isl_get[scripts/build/companion_libs/121-isl.sh@16]
[ERROR]  >>        called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@648]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR]  >> Before submitting a bug report, try to reproduce it without enabling
[ERROR]  >> any experimental features. Otherwise, you'll need to debug it
[ERROR]  >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR]  >> preferably, a fix.
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]  
[ERROR]  (elapsed: 1:50.55)
/usr/local/bin/ct-ng:261: recipe for target 'build' failed
make: *** [build] Error 1
The command '/bin/sh -c ./build-toolchains.sh' returned a non-zero code: 1
Sending build context to Docker daemon  502.3kB

Step 1/21 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
---
+ set +x
Wed Oct 6 11:35:21 UTC 2021 - building ...
Wed Oct 6 11:35:51 UTC 2021 - building ...
Wed Oct 6 11:36:21 UTC 2021 - building ...
ERROR: An error was encountered with the build.
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20211006.113451
[INFO ]  Building environment variables
[WARN ]  Directory '/home/rustbuild/src' does not exist.
[WARN ]  Will not save downloaded tarballs to local storage.
[EXTRA]  Preparing working directories
[EXTRA]  Installing user-supplied crosstool-NG configuration
[EXTRA]  =================================================================
[EXTRA]  Dumping internal crosstool-NG configuration
[EXTRA]    Building a toolchain for:
[EXTRA]      build  = x86_64-pc-linux-gnu
[EXTRA]      host   = x86_64-pc-linux-gnu
[EXTRA]      target = riscv64-unknown-linux-gnu
[EXTRA]  Dumping internal crosstool-NG configuration: done in 0.06s (at 00:01)
[INFO ]  =================================================================
[INFO ]  Retrieving needed toolchain components' tarballs
[EXTRA]    Retrieving 'linux-4.20.8'
[ALL  ]    --2021-10-06 11:34:52--  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving www.kernel.org (www.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:34:52--  https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:34:53--  https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.69.165, 2604:1380:1000:8100::1
[ALL  ]    Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.69.165|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 104281104 (99M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................  0% 4.01M 25s
[ALL  ]       384K ................ ................ ................  0% 15.4M 16s
[ALL  ]       768K ................ ................ ................  1%  185M 10s
[ALL  ]      1152K ................ ................ ................  1% 17.1M 9s
[ALL  ]      1536K ................ ................ ................  1%  165M 8s
[ALL  ]      1920K ................ ................ ................  2%  180M 6s
[ALL  ]      2304K ................ ................ ................  2% 20.2M 6s
[ALL  ]      2688K ................ ................ ................  3%  182M 5s
[ALL  ]      3072K ................ ................ ................  3%  164M 5s
[ALL  ]      3456K ................ ................ ................  3%  220M 4s
[ALL  ]      3840K ................ ................ ................  4%  256M 4s
[ALL  ]      4224K ................ ................ ................  4%  209M 4s
[ALL  ]      4608K ................ ................ ................  4% 28.2M 4s
[ALL  ]      4992K ................ ................ ................  5%  162M 3s
[ALL  ]      5376K ................ ................ ................  5%  222M 3s
[ALL  ]      5760K ................ ................ ................  6%  200M 3s
[ALL  ]      6144K ................ ................ ................  6%  253M 3s
[ALL  ]      6528K ................ ................ ................  6%  233M 3s
[ALL  ]      6912K ................ ................ ................  7%  195M 3s
[ALL  ]      7296K ................ ................ ................  7% 34.7M 3s
[ALL  ]      7680K ................ ................ ................  7%  241M 2s
[ALL  ]      8064K ................ ................ ................  8%  116M 2s
[ALL  ]      8448K ................ ................ ................  8%  197M 2s
[ALL  ]      8832K ................ ................ ................  9%  244M 2s
[ALL  ]      9216K ................ ................ ................  9%  249M 2s
[ALL  ]      9600K ................ ................ ................  9%  244M 2s
[ALL  ]      9984K ................ ................ ................ 10% 31.4M 2s
[ALL  ]     10368K ................ ................ ................ 10%  150M 2s
[ALL  ]     10752K ................ ................ ................ 10%  175M 2s
[ALL  ]     11136K ................ ................ ................ 11%  193M 2s
[ALL  ]     11520K ................ ................ ................ 11%  238M 2s
[ALL  ]     11904K ................ ................ ................ 12%  260M 2s
[ALL  ]     12288K ................ ................ ................ 12%  206M 2s
[ALL  ]     12672K ................ ................ ................ 12%  222M 2s
[ALL  ]     13056K ................ ................ ................ 13% 33.2M 2s
[ALL  ]     13440K ................ ................ ................ 13%  141M 2s
[ALL  ]     13824K ................ ................ ................ 13%  195M 2s
[ALL  ]     14208K ................ ................ ................ 14%  235M 2s
[ALL  ]     14592K ................ ................ ................ 14%  193M 2s
[ALL  ]     14976K ................ ................ ................ 15%  205M 2s
[ALL  ]     15360K ................ ................ ................ 15%  219M 1s
[ALL  ]     15744K ................ ................ ................ 15% 37.1M 1s
[ALL  ]     16128K ................ ................ ................ 16%  205M 1s
[ALL  ]     16512K ................ ................ ................ 16%  141M 1s
[ALL  ]     16896K ................ ................ ................ 16%  164M 1s
[ALL  ]     17280K ................ ................ ................ 17%  239M 1s
[ALL  ]     17664K ................ ................ ................ 17%  138M 1s
[ALL  ]     18048K ................ ................ ................ 18%  242M 1s
[ALL  ]     18432K ................ ................ ................ 18%  247M 1s
[ALL  ]     18816K ................ ................ ................ 18% 41.4M 1s
[ALL  ]     19200K ................ ................ ................ 19%  186M 1s
[ALL  ]     19584K ................ ................ ................ 19%  134M 1s
[ALL  ]     19968K ................ ................ ................ 19%  136M 1s
[ALL  ]     20352K ................ ................ ................ 20%  160M 1s
[ALL  ]     20736K ................ ................ ................ 20%  213M 1s
[ALL  ]     21120K ................ ................ ................ 21%  158M 1s
[ALL  ]     21504K ................ ................ ................ 21%  215M 1s
[ALL  ]     21888K ................ ................ ................ 21% 48.5M 1s
[ALL  ]     22272K ................ ................ ................ 22%  128M 1s
[ALL  ]     22656K ................ ................ ................ 22%  174M 1s
[ALL  ]     23040K ................ ................ ................ 23%  129M 1s
[ALL  ]     23424K ................ ................ ................ 23%  170M 1s
[ALL  ]     23808K ................ ................ ................ 23%  178M 1s
[ALL  ]     24192K ................ ................ ................ 24%  152M 1s
[ALL  ]     24576K ................ ................ ................ 24% 52.2M 1s
[ALL  ]     24960K ................ ................ ................ 24%  247M 1s
[ALL  ]     25344K ................ ................ ................ 25%  139M 1s
[ALL  ]     25728K ................ ................ ................ 25%  122M 1s
[ALL  ]     26112K ................ ................ ................ 26%  165M 1s
[ALL  ]     26496K ................ ................ ................ 26%  158M 1s
[ALL  ]     26880K ................ ................ ................ 26%  187M 1s
[ALL  ]     27264K ................ ................ ................ 27%  187M 1s
[ALL  ]     27648K ................ ................ ................ 27% 51.1M 1s
[ALL  ]     28032K ................ ................ ................ 27%  229M 1s
[ALL  ]     28416K ................ ................ ................ 28%  136M 1s
[ALL  ]     28800K ................ ................ ................ 28%  116M 1s
[ALL  ]     29184K ................ ................ ................ 29%  153M 1s
[ALL  ]     29568K ................ ................ ................ 29%  173M 1s
[ALL  ]     29952K ................ ................ ................ 29%  178M 1s
[ALL  ]     30336K ................ ................ ................ 30%  210M 1s
[ALL  ]     30720K ................ ................ ................ 30% 50.6M 1s
[ALL  ]     31104K ................ ................ ................ 30%  130M 1s
[ALL  ]     31488K ................ ................ ................ 31%  230M 1s
[ALL  ]     31872K ................ ................ ................ 31%  104M 1s
[ALL  ]     32256K ................ ................ ................ 32%  214M 1s
[ALL  ]     32640K ................ ................ ................ 32% 83.2M 1s
[ALL  ]     33024K ................ ................ ................ 32%  236M 1s
[ALL  ]     33408K ................ ................ ................ 33% 73.3M 1s
[ALL  ]     33792K ................ ................ ................ 33%  126M 1s
[ALL  ]     34176K ................ ................ ................ 33%  161M 1s
[ALL  ]     34560K ................ ................ ................ 34%  225M 1s
[ALL  ]     34944K ................ ................ ................ 34% 89.5M 1s
[ALL  ]     35328K ................ ................ ................ 35%  233M 1s
[ALL  ]     35712K ................ ................ ................ 35% 82.3M 1s
[ALL  ]     36096K ................ ................ ................ 35%  200M 1s
[ALL  ]     36480K ................ ................ ................ 36% 80.8M 1s
[ALL  ]     36864K ................ ................ ................ 36%  167M 1s
[ALL  ]     37248K ................ ................ ................ 36%  119M 1s
[ALL  ]     37632K ................ ................ ................ 37%  202M 1s
[ALL  ]     38016K ................ ................ ................ 37% 94.1M 1s
[ALL  ]     38400K ................ ................ ................ 38% 83.4M 1s
[ALL  ]     38784K ................ ................ ................ 38%  204M 1s
[ALL  ]     39168K ................ ................ ................ 38%  216M 1s
[ALL  ]     39552K ................ ................ ................ 39% 79.5M 1s
[ALL  ]     39936K ................ ................ ................ 39%  149M 1s
[ALL  ]     40320K ................ ................ ................ 39%  151M 1s
[ALL  ]     40704K ................ ................ ................ 40%  137M 1s
[ALL  ]     41088K ................ ................ ................ 40%  128M 1s
[ALL  ]     41472K ................ ................ ................ 41% 72.0M 1s
[ALL  ]     41856K ................ ................ ................ 41%  176M 1s
[ALL  ]     42240K ................ ................ ................ 41%  145M 1s
[ALL  ]     42624K ................ ................ ................ 42%  114M 1s
[ALL  ]     43008K ................ ................ ................ 42%  196M 1s
[ALL  ]     43392K ................ ................ ................ 42%  125M 1s
[ALL  ]     43776K ................ ................ ................ 43%  168M 1s
[ALL  ]     44160K ................ ................ ................ 43% 69.4M 1s
[ALL  ]     44544K ................ ................ ................ 44%  101M 1s
[ALL  ]     44928K ................ ................ ................ 44%  163M 1s
[ALL  ]     45312K ................ ................ ................ 44%  127M 1s
[ALL  ]     45696K ................ ................ ................ 45%  160M 1s
[ALL  ]     46080K ................ ................ ................ 45%  197M 1s
[ALL  ]     46464K ................ ................ ................ 46%  153M 1s
[ALL  ]     46848K ................ ................ ................ 46%  139M 1s
[ALL  ]     47232K ................ ................ ................ 46% 79.9M 1s
[ALL  ]     47616K ................ ................ ................ 47% 91.8M 1s
[ALL  ]     48000K ................ ................ ................ 47%  121M 1s
[ALL  ]     48384K ................ ................ ................ 47%  178M 1s
[ALL  ]     48768K ................ ................ ................ 48%  134M 1s
[ALL  ]     49152K ................ ................ ................ 48%  178M 1s
[ALL  ]     49536K ................ ................ ................ 49%  153M 1s
[ALL  ]     49920K ................ ................ ................ 49%  144M 1s
[ALL  ]     50304K ................ ................ ................ 49% 85.5M 1s
[ALL  ]     50688K ................ ................ ................ 50% 78.6M 1s
[ALL  ]     51072K ................ ................ ................ 50%  151M 1s
[ALL  ]     51456K ................ ................ ................ 50%  195M 1s
[ALL  ]     51840K ................ ................ ................ 51%  137M 1s
[ALL  ]     52224K ................ ................ ................ 51%  133M 1s
[ALL  ]     52608K ................ ................ ................ 52%  151M 1s
[ALL  ]     52992K ................ ................ ................ 52%  173M 1s
[ALL  ]     53376K ................ ................ ................ 52% 95.8M 1s
[ALL  ]     53760K ................ ................ ................ 53% 73.8M 1s
[ALL  ]     54144K ................ ................ ................ 53%  154M 1s
[ALL  ]     54528K ................ ................ ................ 53%  188M 0s
[ALL  ]     54912K ................ ................ ................ 54%  143M 0s
[ALL  ]     55296K ................ ................ ................ 54%  140M 0s
[ALL  ]     55680K ................ ................ ................ 55%  118M 0s
[ALL  ]     56064K ................ ................ ................ 55%  206M 0s
[ALL  ]     56448K ................ ................ ................ 55% 79.9M 0s
[ALL  ]     56832K ................ ................ ................ 56% 89.2M 0s
[ALL  ]     57216K ................ ................ ................ 56%  165M 0s
[ALL  ]     57600K ................ ................ ................ 56%  217M 0s
[ALL  ]     57984K ................ ................ ................ 57%  113M 0s
[ALL  ]     58368K ................ ................ ................ 57%  112M 0s
[ALL  ]     58752K ................ ................ ................ 58%  193M 0s
[ALL  ]     59136K ................ ................ ................ 58%  120M 0s
[ALL  ]     59520K ................ ................ ................ 58%  120M 0s
[ALL  ]     59904K ................ ................ ................ 59% 87.4M 0s
[ALL  ]     60288K ................ ................ ................ 59%  186M 0s
[ALL  ]     60672K ................ ................ ................ 59%  160M 0s
[ALL  ]     61056K ................ ................ ................ 60% 73.5M 0s
[ALL  ]     61440K ................ ................ ................ 60%  153M 0s
[ALL  ]     61824K ................ ................ ................ 61%  194M 0s
[ALL  ]     62208K ................ ................ ................ 61%  196M 0s
[ALL  ]     62592K ................ ................ ................ 61% 90.0M 0s
[ALL  ]     62976K ................ ................ ................ 62%  111M 0s
[ALL  ]     63360K ................ ................ ................ 62%  190M 0s
[ALL  ]     63744K ................ ................ ................ 62%  148M 0s
[ALL  ]     64128K ................ ................ ................ 63% 79.2M 0s
[ALL  ]     64512K ................ ................ ................ 63% 98.4M 0s
[ALL  ]     64896K ................ ................ ................ 64%  223M 0s
[ALL  ]     65280K ................ ................ ................ 64%  218M 0s
[ALL  ]     65664K ................ ................ ................ 64%  111M 0s
[ALL  ]     66048K ................ ................ ................ 65%  105M 0s
[ALL  ]     66432K ................ ................ ................ 65%  203M 0s
[ALL  ]     66816K ................ ................ ................ 65%  171M 0s
[ALL  ]     67200K ................ ................ ................ 66% 69.2M 0s
[ALL  ]     67584K ................ ................ ................ 66% 84.1M 0s
[ALL  ]     67968K ................ ................ ................ 67%  238M 0s
[ALL  ]     68352K ................ ................ ................ 67%  145M 0s
[ALL  ]     68736K ................ ................ ................ 67%  137M 0s
[ALL  ]     69120K ................ ................ ................ 68%  151M 0s
[ALL  ]     69504K ................ ................ ................ 68%  107M 0s
[ALL  ]     69888K ................ ................ ................ 69%  219M 0s
[ALL  ]     70272K ................ ................ ................ 69% 75.9M 0s
[ALL  ]     70656K ................ ................ ................ 69% 98.6M 0s
[ALL  ]     71040K ................ ................ ................ 70%  189M 0s
[ALL  ]     71424K ................ ................ ................ 70%  144M 0s
[ALL  ]     71808K ................ ................ ................ 70%  150M 0s
[ALL  ]     72192K ................ ................ ................ 71%  165M 0s
[ALL  ]     72576K ................ ................ ................ 71% 98.2M 0s
[ALL  ]     72960K ................ ................ ................ 72%  100M 0s
[ALL  ]     73344K ................ ................ ................ 72%  106M 0s
[ALL  ]     73728K ................ ................ ................ 72%  123M 0s
[ALL  ]     74112K ................ ................ ................ 73%  136M 0s
[ALL  ]     74496K ................ ................ ................ 73%  191M 0s
[ALL  ]     74880K ................ ................ ................ 73%  172M 0s
[ALL  ]     75264K ................ ................ ................ 74%  162M 0s
[ALL  ]     75648K ................ ................ ................ 74% 96.1M 0s
[ALL  ]     76032K ................ ................ ................ 75%  110M 0s
[ALL  ]     76416K ................ ................ ................ 75% 50.9M 0s
[ALL  ]     76800K ................ ................ ................ 75%  206M 0s
[ALL  ]     77184K ................ ................ ................ 76%  210M 0s
[ALL  ]     77568K ................ ................ ................ 76%  187M 0s
[ALL  ]     77952K ................ ................ ................ 76%  194M 0s
[ALL  ]     78336K ................ ................ ................ 77%  162M 0s
[ALL  ]     78720K ................ ................ ................ 77%  116M 0s
[ALL  ]     79104K ................ ................ ................ 78%  129M 0s
[ALL  ]     79488K ................ ................ ................ 78% 42.7M 0s
[ALL  ]     79872K ................ ................ ................ 78%  186M 0s
[ALL  ]     80256K ................ ................ ................ 79%  218M 0s
[ALL  ]     80640K ................ ................ ................ 79%  244M 0s
[ALL  ]     81024K ................ ................ ................ 79%  254M 0s
[ALL  ]     81408K ................ ................ ................ 80%  141M 0s
[ALL  ]     81792K ................ ................ ................ 80%  140M 0s
[ALL  ]     82176K ................ ................ ................ 81% 94.1M 0s
[ALL  ]     82560K ................ ................ ................ 81% 46.0M 0s
[ALL  ]     82944K ................ ................ ................ 81%  170M 0s
[ALL  ]     83328K ................ ................ ................ 82%  207M 0s
[ALL  ]     83712K ................ ................ ................ 82%  210M 0s
[ALL  ]     84096K ................ ................ ................ 82%  138M 0s
[ALL  ]     84480K ................ ................ ................ 83%  209M 0s
[ALL  ]     84864K ................ ................ ................ 83%  196M 0s
[ALL  ]     85248K ................ ................ ................ 84% 34.0M 0s
[ALL  ]     85632K ................ ................ ................ 84%  231M 0s
[ALL  ]     86016K ................ ................ ................ 84%  191M 0s
[ALL  ]     86400K ................ ................ ................ 85%  183M 0s
[ALL  ]     86784K ................ ................ ................ 85%  215M 0s
[ALL  ]     87168K ................ ................ ................ 85%  225M 0s
[ALL  ]     87552K ................ ................ ................ 86%  232M 0s
[ALL  ]     87936K ................ ................ ................ 86%  214M 0s
[ALL  ]     88320K ................ ................ ................ 87% 32.0M 0s
[ALL  ]     88704K ................ ................ ................ 87%  199M 0s
[ALL  ]     89088K ................ ................ ................ 87%  207M 0s
[ALL  ]     89472K ................ ................ ................ 88%  202M 0s
[ALL  ]     89856K ................ ................ ................ 88%  206M 0s
[ALL  ]     90240K ................ ................ ................ 88%  196M 0s
[ALL  ]     90624K ................ ................ ................ 89%  216M 0s
[ALL  ]     91008K ................ ................ ................ 89%  175M 0s
[ALL  ]     91392K ................ ................ ................ 90% 33.7M 0s
[ALL  ]     91776K ................ ................ ................ 90%  202M 0s
[ALL  ]     92160K ................ ................ ................ 90%  127M 0s
[ALL  ]     92544K ................ ................ ................ 91%  214M 0s
[ALL  ]     92928K ................ ................ ................ 91%  228M 0s
[ALL  ]     93312K ................ ................ ................ 92%  221M 0s
[ALL  ]     93696K ................ ................ ................ 92%  220M 0s
[ALL  ]     94080K ................ ................ ................ 92% 47.2M 0s
[ALL  ]     94464K ................ ................ ................ 93% 93.8M 0s
[ALL  ]     94848K ................ ................ ................ 93%  177M 0s
[ALL  ]     95232K ................ ................ ................ 93%  135M 0s
[ALL  ]     95616K ................ ................ ................ 94%  159M 0s
[ALL  ]     96000K ................ ................ ................ 94%  189M 0s
[ALL  ]     96384K ................ ................ ................ 95%  201M 0s
[ALL  ]     96768K ................ ................ ................ 95%  134M 0s
[ALL  ]     97152K ................ ................ ................ 95% 58.3M 0s
[ALL  ]     97536K ................ ................ ................ 96%  100M 0s
[ALL  ]     97920K ................ ................ ................ 96%  178M 0s
[ALL  ]     98304K ................ ................ ................ 96%  147M 0s
[ALL  ]     98688K ................ ................ ................ 97%  177M 0s
[ALL  ]     99072K ................ ................ ................ 97%  154M 0s
[ALL  ]     99456K ................ ................ ................ 98%  218M 0s
[ALL  ]     99840K ................ ................ ................ 98% 52.6M 0s
[ALL  ]    100224K ................ ................ ................ 98%  129M 0s
[ALL  ]    100608K ................ ................ ................ 99%  171M 0s
[ALL  ]    100992K ................ ................ ................ 99%  135M 0s
[ALL  ]    101376K ................ ................ ................ 99%  155M 0s
[ALL  ]    101760K .........                                         100%  246M=0.9s
[ALL  ]    
[ALL  ]    2021-10-06 11:34:54 (105 MB/s) - '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl' saved [104281104/104281104]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'linux-4.20.8.tar.xz'
[EXTRA]    Retrieving 'zlib-1.2.11'
[ALL  ]    --2021-10-06 11:34:54--  https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
[ALL  ]    Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 302 Found
[ALL  ]    Location: https://pilotfiber.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz [following]
[ALL  ]    --2021-10-06 11:34:54--  https://pilotfiber.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)... 69.12.26.12
[ALL  ]    Connecting to pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)|69.12.26.12|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 467960 (457K) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 84%  354K 0s
[ALL  ]       384K .........                                         100%  439K=1.3s
[ALL  ]    
[ALL  ]    2021-10-06 11:34:56 (365 KB/s) - '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl' saved [467960/467960]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'zlib-1.2.11.tar.xz'
[EXTRA]    Retrieving 'gmp-6.1.2'
[ALL  ]    --2021-10-06 11:34:56--  https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
[ALL  ]    Resolving gmplib.org (gmplib.org)... 130.242.124.102
[ALL  ]    Connecting to gmplib.org (gmplib.org)|130.242.124.102|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1946336 (1.9M) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 20%  243K 6s
[ALL  ]       384K ................ ................ ................ 40% 1.07M 3s
[ALL  ]       768K ................ ................ ................ 60% 2.11M 1s
[ALL  ]      1152K ................ ................ ................ 80% 2.13M 1s
[ALL  ]      1536K ................ ................ .............   100% 2.03M=2.5s
[ALL  ]    
[ALL  ]    2021-10-06 11:34:59 (771 KB/s) - '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl' saved [1946336/1946336]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'gmp-6.1.2.tar.xz'
[EXTRA]    Retrieving 'mpfr-4.0.2'
[ALL  ]    --2021-10-06 11:34:59--  http://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.155
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz [following]
[ALL  ]    --2021-10-06 11:35:00--  https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1441996 (1.4M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 27%  622K 2s
[ALL  ]       384K ................ ................ ................ 54% 2.38M 1s
[ALL  ]       768K ................ ................ ................ 81% 2.48M 0s
[ALL  ]      1152K ................ ................                 100%  108M=0.9s
[ALL  ]    
[ALL  ]    2021-10-06 11:35:02 (1.48 MB/s) - '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl' saved [1441996/1441996]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'mpfr-4.0.2.tar.xz'
[EXTRA]    Retrieving 'isl-0.20'
[ALL  ]    --2021-10-06 11:35:02--  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:35:13--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:35:25--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:35:35--  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:35:46--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:35:58--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:36:08--  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:36:19--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:36:31--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ERROR]    isl: download failed
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_Abort[scripts/functions@487]
[ERROR]  >>        called from: CT_DoFetch[scripts/functions@2103]
[ERROR]  >>        called from: CT_PackageRun[scripts/functions@2063]
[ERROR]  >>        called from: CT_Fetch[scripts/functions@2174]
[ERROR]  >>        called from: do_isl_get[scripts/build/companion_libs/121-isl.sh@16]
[ERROR]  >>        called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@648]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR]  >> Before submitting a bug report, try to reproduce it without enabling
[ERROR]  >> any experimental features. Otherwise, you'll need to debug it
[ERROR]  >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR]  >> preferably, a fix.
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]  
[ERROR]  (elapsed: 1:49.67)
/usr/local/bin/ct-ng:261: recipe for target 'build' failed
make: *** [build] Error 1
The command '/bin/sh -c ./build-toolchains.sh' returned a non-zero code: 1
Sending build context to Docker daemon  502.3kB

Step 1/21 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
---
+ set +x
Wed Oct 6 11:37:16 UTC 2021 - building ...
Wed Oct 6 11:37:46 UTC 2021 - building ...
Wed Oct 6 11:38:16 UTC 2021 - building ...
ERROR: An error was encountered with the build.
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20211006.113647
[INFO ]  Building environment variables
[WARN ]  Directory '/home/rustbuild/src' does not exist.
[WARN ]  Will not save downloaded tarballs to local storage.
[EXTRA]  Preparing working directories
[EXTRA]  Installing user-supplied crosstool-NG configuration
[EXTRA]  =================================================================
[EXTRA]  Dumping internal crosstool-NG configuration
[EXTRA]    Building a toolchain for:
[EXTRA]      build  = x86_64-pc-linux-gnu
[EXTRA]      host   = x86_64-pc-linux-gnu
[EXTRA]      target = riscv64-unknown-linux-gnu
[EXTRA]  Dumping internal crosstool-NG configuration: done in 0.06s (at 00:01)
[INFO ]  =================================================================
[INFO ]  Retrieving needed toolchain components' tarballs
[EXTRA]    Retrieving 'linux-4.20.8'
[ALL  ]    --2021-10-06 11:36:48--  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving www.kernel.org (www.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:36:48--  https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Connecting to www.kernel.org (www.kernel.org)|139.178.84.217|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz [following]
[ALL  ]    --2021-10-06 11:36:48--  https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.8.tar.xz
[ALL  ]    Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 147.75.69.165, 2604:1380:1000:8100::1
[ALL  ]    Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.69.165|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 104281104 (99M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................  0% 3.24M 31s
[ALL  ]       384K ................ ................ ................  0% 15.4M 18s
[ALL  ]       768K ................ ................ ................  1% 17.7M 14s
[ALL  ]      1152K ................ ................ ................  1%  112M 11s
[ALL  ]      1536K ................ ................ ................  1%  191M 9s
[ALL  ]      1920K ................ ................ ................  2% 21.0M 8s
[ALL  ]      2304K ................ ................ ................  2%  143M 7s
[ALL  ]      2688K ................ ................ ................  3%  159M 6s
[ALL  ]      3072K ................ ................ ................  3%  193M 5s
[ALL  ]      3456K ................ ................ ................  3%  191M 5s
[ALL  ]      3840K ................ ................ ................  4%  245M 4s
[ALL  ]      4224K ................ ................ ................  4% 28.8M 4s
[ALL  ]      4608K ................ ................ ................  4%  215M 4s
[ALL  ]      4992K ................ ................ ................  5%  158M 4s
[ALL  ]      5376K ................ ................ ................  5%  192M 4s
[ALL  ]      5760K ................ ................ ................  6%  231M 3s
[ALL  ]      6144K ................ ................ ................  6%  237M 3s
[ALL  ]      6528K ................ ................ ................  6%  226M 3s
[ALL  ]      6912K ................ ................ ................  7%  239M 3s
[ALL  ]      7296K ................ ................ ................  7% 32.7M 3s
[ALL  ]      7680K ................ ................ ................  7%  172M 3s
[ALL  ]      8064K ................ ................ ................  8%  224M 3s
[ALL  ]      8448K ................ ................ ................  8%  159M 3s
[ALL  ]      8832K ................ ................ ................  9%  212M 2s
[ALL  ]      9216K ................ ................ ................  9%  212M 2s
[ALL  ]      9600K ................ ................ ................  9%  144M 2s
[ALL  ]      9984K ................ ................ ................ 10% 38.3M 2s
[ALL  ]     10368K ................ ................ ................ 10%  217M 2s
[ALL  ]     10752K ................ ................ ................ 10%  190M 2s
[ALL  ]     11136K ................ ................ ................ 11%  171M 2s
[ALL  ]     11520K ................ ................ ................ 11%  262M 2s
[ALL  ]     11904K ................ ................ ................ 12%  168M 2s
[ALL  ]     12288K ................ ................ ................ 12%  178M 2s
[ALL  ]     12672K ................ ................ ................ 12% 37.4M 2s
[ALL  ]     13056K ................ ................ ................ 13%  190M 2s
[ALL  ]     13440K ................ ................ ................ 13%  152M 2s
[ALL  ]     13824K ................ ................ ................ 13%  214M 2s
[ALL  ]     14208K ................ ................ ................ 14%  189M 2s
[ALL  ]     14592K ................ ................ ................ 14%  240M 2s
[ALL  ]     14976K ................ ................ ................ 15%  275M 2s
[ALL  ]     15360K ................ ................ ................ 15%  149M 2s
[ALL  ]     15744K ................ ................ ................ 15% 37.6M 2s
[ALL  ]     16128K ................ ................ ................ 16%  206M 2s
[ALL  ]     16512K ................ ................ ................ 16%  139M 2s
[ALL  ]     16896K ................ ................ ................ 16%  225M 1s
[ALL  ]     17280K ................ ................ ................ 17%  126M 1s
[ALL  ]     17664K ................ ................ ................ 17%  235M 1s
[ALL  ]     18048K ................ ................ ................ 18%  224M 1s
[ALL  ]     18432K ................ ................ ................ 18%  222M 1s
[ALL  ]     18816K ................ ................ ................ 18% 39.5M 1s
[ALL  ]     19200K ................ ................ ................ 19%  134M 1s
[ALL  ]     19584K ................ ................ ................ 19%  179M 1s
[ALL  ]     19968K ................ ................ ................ 19%  163M 1s
[ALL  ]     20352K ................ ................ ................ 20%  196M 1s
[ALL  ]     20736K ................ ................ ................ 20%  222M 1s
[ALL  ]     21120K ................ ................ ................ 21%  235M 1s
[ALL  ]     21504K ................ ................ ................ 21% 32.5M 1s
[ALL  ]     21888K ................ ................ ................ 21%  202M 1s
[ALL  ]     22272K ................ ................ ................ 22%  214M 1s
[ALL  ]     22656K ................ ................ ................ 22%  195M 1s
[ALL  ]     23040K ................ ................ ................ 23%  216M 1s
[ALL  ]     23424K ................ ................ ................ 23%  220M 1s
[ALL  ]     23808K ................ ................ ................ 23%  190M 1s
[ALL  ]     24192K ................ ................ ................ 24%  207M 1s
[ALL  ]     24576K ................ ................ ................ 24% 31.2M 1s
[ALL  ]     24960K ................ ................ ................ 24%  215M 1s
[ALL  ]     25344K ................ ................ ................ 25%  218M 1s
[ALL  ]     25728K ................ ................ ................ 25%  248M 1s
[ALL  ]     26112K ................ ................ ................ 26%  240M 1s
[ALL  ]     26496K ................ ................ ................ 26%  210M 1s
[ALL  ]     26880K ................ ................ ................ 26%  227M 1s
[ALL  ]     27264K ................ ................ ................ 27% 32.3M 1s
[ALL  ]     27648K ................ ................ ................ 27%  156M 1s
[ALL  ]     28032K ................ ................ ................ 27%  137M 1s
[ALL  ]     28416K ................ ................ ................ 28%  214M 1s
[ALL  ]     28800K ................ ................ ................ 28%  239M 1s
[ALL  ]     29184K ................ ................ ................ 29%  242M 1s
[ALL  ]     29568K ................ ................ ................ 29%  177M 1s
[ALL  ]     29952K ................ ................ ................ 29%  251M 1s
[ALL  ]     30336K ................ ................ ................ 30% 36.7M 1s
[ALL  ]     30720K ................ ................ ................ 30%  183M 1s
[ALL  ]     31104K ................ ................ ................ 30%  123M 1s
[ALL  ]     31488K ................ ................ ................ 31%  175M 1s
[ALL  ]     31872K ................ ................ ................ 31%  235M 1s
[ALL  ]     32256K ................ ................ ................ 32%  242M 1s
[ALL  ]     32640K ................ ................ ................ 32% 35.1M 1s
[ALL  ]     33024K ................ ................ ................ 32%  168M 1s
[ALL  ]     33408K ................ ................ ................ 33%  218M 1s
[ALL  ]     33792K ................ ................ ................ 33%  209M 1s
[ALL  ]     34176K ................ ................ ................ 33%  210M 1s
[ALL  ]     34560K ................ ................ ................ 34%  143M 1s
[ALL  ]     34944K ................ ................ ................ 34%  210M 1s
[ALL  ]     35328K ................ ................ ................ 35%  209M 1s
[ALL  ]     35712K ................ ................ ................ 35% 35.3M 1s
[ALL  ]     36096K ................ ................ ................ 35%  172M 1s
[ALL  ]     36480K ................ ................ ................ 36%  187M 1s
[ALL  ]     36864K ................ ................ ................ 36%  203M 1s
[ALL  ]     37248K ................ ................ ................ 36%  233M 1s
[ALL  ]     37632K ................ ................ ................ 37%  222M 1s
[ALL  ]     38016K ................ ................ ................ 37%  197M 1s
[ALL  ]     38400K ................ ................ ................ 38%  202M 1s
[ALL  ]     38784K ................ ................ ................ 38% 35.5M 1s
[ALL  ]     39168K ................ ................ ................ 38%  189M 1s
[ALL  ]     39552K ................ ................ ................ 39%  161M 1s
[ALL  ]     39936K ................ ................ ................ 39%  215M 1s
[ALL  ]     40320K ................ ................ ................ 39%  217M 1s
[ALL  ]     40704K ................ ................ ................ 40%  214M 1s
[ALL  ]     41088K ................ ................ ................ 40%  209M 1s
[ALL  ]     41472K ................ ................ ................ 41% 37.3M 1s
[ALL  ]     41856K ................ ................ ................ 41%  219M 1s
[ALL  ]     42240K ................ ................ ................ 41%  179M 1s
[ALL  ]     42624K ................ ................ ................ 42%  155M 1s
[ALL  ]     43008K ................ ................ ................ 42%  171M 1s
[ALL  ]     43392K ................ ................ ................ 42%  243M 1s
[ALL  ]     43776K ................ ................ ................ 43%  221M 1s
[ALL  ]     44160K ................ ................ ................ 43%  226M 1s
[ALL  ]     44544K ................ ................ ................ 44% 35.2M 1s
[ALL  ]     44928K ................ ................ ................ 44%  217M 1s
[ALL  ]     45312K ................ ................ ................ 44%  192M 1s
[ALL  ]     45696K ................ ................ ................ 45%  199M 1s
[ALL  ]     46080K ................ ................ ................ 45%  149M 1s
[ALL  ]     46464K ................ ................ ................ 46%  212M 1s
[ALL  ]     46848K ................ ................ ................ 46%  216M 1s
[ALL  ]     47232K ................ ................ ................ 46% 38.9M 1s
[ALL  ]     47616K ................ ................ ................ 47%  163M 1s
[ALL  ]     48000K ................ ................ ................ 47%  132M 1s
[ALL  ]     48384K ................ ................ ................ 47%  206M 1s
[ALL  ]     48768K ................ ................ ................ 48%  252M 1s
[ALL  ]     49152K ................ ................ ................ 48%  207M 1s
[ALL  ]     49536K ................ ................ ................ 49%  181M 1s
[ALL  ]     49920K ................ ................ ................ 49%  208M 1s
[ALL  ]     50304K ................ ................ ................ 49% 37.7M 1s
[ALL  ]     50688K ................ ................ ................ 50%  177M 1s
[ALL  ]     51072K ................ ................ ................ 50%  152M 1s
[ALL  ]     51456K ................ ................ ................ 50%  211M 1s
[ALL  ]     51840K ................ ................ ................ 51%  186M 1s
[ALL  ]     52224K ................ ................ ................ 51%  172M 1s
[ALL  ]     52608K ................ ................ ................ 52%  241M 1s
[ALL  ]     52992K ................ ................ ................ 52% 37.5M 1s
[ALL  ]     53376K ................ ................ ................ 52%  190M 1s
[ALL  ]     53760K ................ ................ ................ 53%  170M 1s
[ALL  ]     54144K ................ ................ ................ 53%  180M 1s
[ALL  ]     54528K ................ ................ ................ 53%  195M 1s
[ALL  ]     54912K ................ ................ ................ 54%  186M 1s
[ALL  ]     55296K ................ ................ ................ 54%  244M 1s
[ALL  ]     55680K ................ ................ ................ 55%  220M 0s
[ALL  ]     56064K ................ ................ ................ 55% 37.4M 1s
[ALL  ]     56448K ................ ................ ................ 55%  187M 0s
[ALL  ]     56832K ................ ................ ................ 56%  137M 0s
[ALL  ]     57216K ................ ................ ................ 56%  185M 0s
[ALL  ]     57600K ................ ................ ................ 56%  219M 0s
[ALL  ]     57984K ................ ................ ................ 57%  235M 0s
[ALL  ]     58368K ................ ................ ................ 57%  232M 0s
[ALL  ]     58752K ................ ................ ................ 58% 38.7M 0s
[ALL  ]     59136K ................ ................ ................ 58% 74.0M 0s
[ALL  ]     59520K ................ ................ ................ 58%  220M 0s
[ALL  ]     59904K ................ ................ ................ 59%  236M 0s
[ALL  ]     60288K ................ ................ ................ 59%  235M 0s
[ALL  ]     60672K ................ ................ ................ 59%  251M 0s
[ALL  ]     61056K ................ ................ ................ 60%  198M 0s
[ALL  ]     61440K ................ ................ ................ 60%  236M 0s
[ALL  ]     61824K ................ ................ ................ 61% 43.3M 0s
[ALL  ]     62208K ................ ................ ................ 61% 89.3M 0s
[ALL  ]     62592K ................ ................ ................ 61%  156M 0s
[ALL  ]     62976K ................ ................ ................ 62%  212M 0s
[ALL  ]     63360K ................ ................ ................ 62%  193M 0s
[ALL  ]     63744K ................ ................ ................ 62%  219M 0s
[ALL  ]     64128K ................ ................ ................ 63%  210M 0s
[ALL  ]     64512K ................ ................ ................ 63%  225M 0s
[ALL  ]     64896K ................ ................ ................ 64% 47.8M 0s
[ALL  ]     65280K ................ ................ ................ 64% 82.2M 0s
[ALL  ]     65664K ................ ................ ................ 64%  148M 0s
[ALL  ]     66048K ................ ................ ................ 65%  219M 0s
[ALL  ]     66432K ................ ................ ................ 65%  220M 0s
[ALL  ]     66816K ................ ................ ................ 65%  228M 0s
[ALL  ]     67200K ................ ................ ................ 66%  214M 0s
[ALL  ]     67584K ................ ................ ................ 66% 48.5M 0s
[ALL  ]     67968K ................ ................ ................ 67%  179M 0s
[ALL  ]     68352K ................ ................ ................ 67% 78.1M 0s
[ALL  ]     68736K ................ ................ ................ 67%  216M 0s
[ALL  ]     69120K ................ ................ ................ 68%  209M 0s
[ALL  ]     69504K ................ ................ ................ 68%  184M 0s
[ALL  ]     69888K ................ ................ ................ 69%  234M 0s
[ALL  ]     70272K ................ ................ ................ 69%  201M 0s
[ALL  ]     70656K ................ ................ ................ 69% 48.9M 0s
[ALL  ]     71040K ................ ................ ................ 70%  199M 0s
[ALL  ]     71424K ................ ................ ................ 70% 71.8M 0s
[ALL  ]     71808K ................ ................ ................ 70%  223M 0s
[ALL  ]     72192K ................ ................ ................ 71%  237M 0s
[ALL  ]     72576K ................ ................ ................ 71%  207M 0s
[ALL  ]     72960K ................ ................ ................ 72%  170M 0s
[ALL  ]     73344K ................ ................ ................ 72% 57.9M 0s
[ALL  ]     73728K ................ ................ ................ 72%  150M 0s
[ALL  ]     74112K ................ ................ ................ 73%  106M 0s
[ALL  ]     74496K ................ ................ ................ 73%  104M 0s
[ALL  ]     74880K ................ ................ ................ 73%  166M 0s
[ALL  ]     75264K ................ ................ ................ 74%  216M 0s
[ALL  ]     75648K ................ ................ ................ 74%  229M 0s
[ALL  ]     76032K ................ ................ ................ 75%  205M 0s
[ALL  ]     76416K ................ ................ ................ 75% 52.1M 0s
[ALL  ]     76800K ................ ................ ................ 75%  215M 0s
[ALL  ]     77184K ................ ................ ................ 76% 97.9M 0s
[ALL  ]     77568K ................ ................ ................ 76%  119M 0s
[ALL  ]     77952K ................ ................ ................ 76%  162M 0s
[ALL  ]     78336K ................ ................ ................ 77%  206M 0s
[ALL  ]     78720K ................ ................ ................ 77%  205M 0s
[ALL  ]     79104K ................ ................ ................ 78%  210M 0s
[ALL  ]     79488K ................ ................ ................ 78% 54.6M 0s
[ALL  ]     79872K ................ ................ ................ 78%  185M 0s
[ALL  ]     80256K ................ ................ ................ 79%  114M 0s
[ALL  ]     80640K ................ ................ ................ 79%  105M 0s
[ALL  ]     81024K ................ ................ ................ 79%  164M 0s
[ALL  ]     81408K ................ ................ ................ 80%  221M 0s
[ALL  ]     81792K ................ ................ ................ 80%  192M 0s
[ALL  ]     82176K ................ ................ ................ 81% 59.6M 0s
[ALL  ]     82560K ................ ................ ................ 81%  177M 0s
[ALL  ]     82944K ................ ................ ................ 81%  118M 0s
[ALL  ]     83328K ................ ................ ................ 82%  129M 0s
[ALL  ]     83712K ................ ................ ................ 82%  128M 0s
[ALL  ]     84096K ................ ................ ................ 82%  185M 0s
[ALL  ]     84480K ................ ................ ................ 83%  173M 0s
[ALL  ]     84864K ................ ................ ................ 83%  195M 0s
[ALL  ]     85248K ................ ................ ................ 84% 54.7M 0s
[ALL  ]     85632K ................ ................ ................ 84%  195M 0s
[ALL  ]     86016K ................ ................ ................ 84% 94.8M 0s
[ALL  ]     86400K ................ ................ ................ 85%  205M 0s
[ALL  ]     86784K ................ ................ ................ 85%  142M 0s
[ALL  ]     87168K ................ ................ ................ 85%  204M 0s
[ALL  ]     87552K ................ ................ ................ 86%  157M 0s
[ALL  ]     87936K ................ ................ ................ 86%  179M 0s
[ALL  ]     88320K ................ ................ ................ 87% 56.1M 0s
[ALL  ]     88704K ................ ................ ................ 87%  108M 0s
[ALL  ]     89088K ................ ................ ................ 87%  165M 0s
[ALL  ]     89472K ................ ................ ................ 88%  143M 0s
[ALL  ]     89856K ................ ................ ................ 88%  207M 0s
[ALL  ]     90240K ................ ................ ................ 88%  198M 0s
[ALL  ]     90624K ................ ................ ................ 89%  138M 0s
[ALL  ]     91008K ................ ................ ................ 89%  136M 0s
[ALL  ]     91392K ................ ................ ................ 90% 64.0M 0s
[ALL  ]     91776K ................ ................ ................ 90% 95.1M 0s
[ALL  ]     92160K ................ ................ ................ 90%  166M 0s
[ALL  ]     92544K ................ ................ ................ 91%  154M 0s
[ALL  ]     92928K ................ ................ ................ 91%  214M 0s
[ALL  ]     93312K ................ ................ ................ 92%  174M 0s
[ALL  ]     93696K ................ ................ ................ 92%  164M 0s
[ALL  ]     94080K ................ ................ ................ 92% 60.9M 0s
[ALL  ]     94464K ................ ................ ................ 93%  119M 0s
[ALL  ]     94848K ................ ................ ................ 93%  112M 0s
[ALL  ]     95232K ................ ................ ................ 93%  161M 0s
[ALL  ]     95616K ................ ................ ................ 94%  199M 0s
[ALL  ]     96000K ................ ................ ................ 94%  167M 0s
[ALL  ]     96384K ................ ................ ................ 95%  173M 0s
[ALL  ]     96768K ................ ................ ................ 95%  173M 0s
[ALL  ]     97152K ................ ................ ................ 95% 62.1M 0s
[ALL  ]     97536K ................ ................ ................ 96%  104M 0s
[ALL  ]     97920K ................ ................ ................ 96%  113M 0s
[ALL  ]     98304K ................ ................ ................ 96%  136M 0s
[ALL  ]     98688K ................ ................ ................ 97%  194M 0s
[ALL  ]     99072K ................ ................ ................ 97%  229M 0s
[ALL  ]     99456K ................ ................ ................ 98%  196M 0s
[ALL  ]     99840K ................ ................ ................ 98%  192M 0s
[ALL  ]    100224K ................ ................ ................ 98% 60.2M 0s
[ALL  ]    100608K ................ ................ ................ 99%  110M 0s
[ALL  ]    100992K ................ ................ ................ 99% 93.2M 0s
[ALL  ]    101376K ................ ................ ................ 99%  175M 0s
[ALL  ]    101760K .........                                         100%  184M=1.0s
[ALL  ]    
[ALL  ]    2021-10-06 11:36:49 (102 MB/s) - '/tmp/build/.build/tarballs/linux-4.20.8.tar.xz.tmp-dl' saved [104281104/104281104]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'linux-4.20.8.tar.xz'
[EXTRA]    Retrieving 'zlib-1.2.11'
[ALL  ]    --2021-10-06 11:36:49--  https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
[ALL  ]    Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 302 Found
[ALL  ]    Location: https://pilotfiber.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz [following]
[ALL  ]    --2021-10-06 11:36:50--  https://pilotfiber.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
[ALL  ]    Resolving pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)... 69.12.26.12
[ALL  ]    Connecting to pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)|69.12.26.12|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 467960 (457K) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 84%  396K 0s
[ALL  ]       384K .........                                         100%  902K=1.1s
[ALL  ]    
[ALL  ]    2021-10-06 11:36:51 (435 KB/s) - '/tmp/build/.build/tarballs/zlib-1.2.11.tar.xz.tmp-dl' saved [467960/467960]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'zlib-1.2.11.tar.xz'
[EXTRA]    Retrieving 'gmp-6.1.2'
[ALL  ]    --2021-10-06 11:36:51--  https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
[ALL  ]    Resolving gmplib.org (gmplib.org)... 130.242.124.102
[ALL  ]    Connecting to gmplib.org (gmplib.org)|130.242.124.102|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1946336 (1.9M) [application/octet-stream]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 20%  310K 5s
[ALL  ]       384K ................ ................ ................ 40%  723K 3s
[ALL  ]       768K ................ ................ ................ 60% 2.11M 1s
[ALL  ]      1152K ................ ................ ................ 80% 2.13M 1s
[ALL  ]      1536K ................ ................ .............   100% 79.7M=2.1s
[ALL  ]    
[ALL  ]    2021-10-06 11:36:54 (894 KB/s) - '/tmp/build/.build/tarballs/gmp-6.1.2.tar.xz.tmp-dl' saved [1946336/1946336]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'gmp-6.1.2.tar.xz'
[EXTRA]    Retrieving 'mpfr-4.0.2'
[ALL  ]    --2021-10-06 11:36:54--  http://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.155
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 301 Moved Permanently
[ALL  ]    Location: https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz [following]
[ALL  ]    --2021-10-06 11:36:55--  https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz
[ALL  ]    Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.155|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 200 OK
[ALL  ]    Length: 1441996 (1.4M) [application/x-xz]
[ALL  ]    Saving to: '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl'
[ALL  ]    
[ALL  ]         0K ................ ................ ................ 27%  412K 2s
[ALL  ]       384K ................ ................ ................ 54% 2.43M 1s
[ALL  ]       768K ................ ................ ................ 81% 88.0M 0s
[ALL  ]      1152K ................ ................                 100% 1.68M=1.2s
[ALL  ]    
[ALL  ]    2021-10-06 11:36:56 (1.11 MB/s) - '/tmp/build/.build/tarballs/mpfr-4.0.2.tar.xz.tmp-dl' saved [1441996/1441996]
[ALL  ]    
[EXTRA]    Verifying SHA512 checksum for 'mpfr-4.0.2.tar.xz'
[EXTRA]    Retrieving 'isl-0.20'
[ALL  ]    --2021-10-06 11:36:57--  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:37:08--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:37:20--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.xz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:37:30--  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:37:41--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:37:53--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.bz2
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ALL  ]    --2021-10-06 11:38:03--  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Resolving isl.gforge.inria.fr (isl.gforge.inria.fr)... 128.93.193.15
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:38:14--  (try: 2)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Retrying.
[ALL  ]    
[ALL  ]    --2021-10-06 11:38:26--  (try: 3)  http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL  ]    Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL  ]    Giving up.
[ALL  ]    
[ERROR]    isl: download failed
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_Abort[scripts/functions@487]
[ERROR]  >>        called from: CT_DoFetch[scripts/functions@2103]
[ERROR]  >>        called from: CT_PackageRun[scripts/functions@2063]
[ERROR]  >>        called from: CT_Fetch[scripts/functions@2174]
[ERROR]  >>        called from: do_isl_get[scripts/build/companion_libs/121-isl.sh@16]
[ERROR]  >>        called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@648]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      https://crosstool-ng.github.io/docs/known-issues/
[ERROR]  >>
[ERROR]  >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR]  >> Before submitting a bug report, try to reproduce it without enabling
[ERROR]  >> any experimental features. Otherwise, you'll need to debug it
[ERROR]  >> and present an explanation why it is a bug in crosstool-NG - or
[ERROR]  >> preferably, a fix.
[ERROR]  >>
[ERROR]  >>  If you feel this is a bug in crosstool-NG, report it at:
[ERROR]  >>      https://github.com/crosstool-ng/crosstool-ng/issues/
[ERROR]  >>
[ERROR]  >>  Make sure your report includes all the information pertinent to this issue.
[ERROR]  >>  Read the bug reporting guidelines here:
[ERROR]  >>      http://crosstool-ng.github.io/support/
[ERROR]  
[ERROR]  (elapsed: 1:49.33)
/usr/local/bin/ct-ng:261: recipe for target 'build' failed
make: *** [build] Error 1
The command '/bin/sh -c ./build-toolchains.sh' returned a non-zero code: 1
##[error]Process completed with exit code 1.
Post job cleanup.

bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 6, 2021
…arth

Rollup of 12 pull requests

Successful merges:

 - rust-lang#87601 (Add functions to add unsigned and signed integers)
 - rust-lang#88523 (Expand documentation for `FpCategory`.)
 - rust-lang#89050 (refactor: VecDeques Drain fields to private)
 - rust-lang#89245 (refactor: make VecDeque's IterMut fields module-private, not just crate-private)
 - rust-lang#89324 (Rename `std::thread::available_conccurrency` to `std::thread::available_parallelism`)
 - rust-lang#89329 (print-type-sizes: skip field printing for primitives)
 - rust-lang#89501 (Note specific regions involved in 'borrowed data escapes' error)
 - rust-lang#89506 (librustdoc: Use correct heading levels.)
 - rust-lang#89528 (Fix suggestion to borrow when casting from pointer to reference)
 - rust-lang#89531 (library std, libc dependency update)
 - rust-lang#89588 (Add a test for generic_const_exprs)
 - rust-lang#89591 (fix: alloc-optimisation is only for rust llvm)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 1e3b5d6 into rust-lang:master Oct 6, 2021
@rustbot rustbot added this to the 1.57.0 milestone Oct 6, 2021
@kpreid kpreid deleted the category branch August 26, 2022 17:41
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants